
cached-property 2.0.1
0
A decorator for caching properties in classes.
Contents
A decorator for caching properties in classes.
Stars: 705, Watchers: 705, Forks: 78, Open Issues: 42The pydanny/cached-property repo was created 11 years ago and the last code push was 1 years ago.
The project is popular with 705 github stars!
How to Install cached-property
You can install cached-property using pip
pip install cached-property
or add it to a project with poetry
poetry add cached-property
Package Details
- Author
- Daniel Roy Greenfeld
- License
- BSD
- Homepage
- https://github.com/pydanny/cached-property
- PyPi:
- https://pypi.org/project/cached-property/
- GitHub Repo:
- https://github.com/pydanny/cached-property
Classifiers
Related Packages
Errors
A list of common cached-property errors.
Code Examples
Here are some cached-property code examples and snippets.
pythonfix