
cachetools 7.0.1
0
Extensible memoizing collections and decorators
Contents
Cachetools is a python library that provides Extensible memoizing collections and decorators. It provides multiple cache classes based on different cache algorithms, as well as decorators for easily memoizing function and method calls.
Stars: 2698, Watchers: 2698, Forks: 184, Open Issues: 2The tkem/cachetools repo was created 11 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 2698 github stars!
How to Install cachetools
You can install cachetools using pip
pip install cachetools
or add it to a project with poetry
poetry add cachetools
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/cachetools/
- GitHub Repo:
- https://github.com/tkem/cachetools
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common cachetools errors.
Code Examples
Here are some cachetools code examples and snippets.
GitHub Issues
The cachetools package has 2 open issues on GitHub
- Evaluate use of descriptors to improve @cachedmethod usability
pythonfix