Metadata-Version: |
2.1 |
Name: |
methodic-cache |
Version: |
0.3.1 |
Summary: |
functools.cache() for methods, done correctly |
Author: |
Alessio Bogon |
Author-Email: |
778703+youtux[at]users.noreply.github.com |
Home-Page: |
https://github.com/youtux/methodic_cache |
Project-Url: |
Repository, https://github.com/youtux/methodic_cache |
License: |
MIT |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: MacOS :: MacOS X |
Classifier: |
Operating System :: Microsoft :: Windows |
Classifier: |
Operating System :: POSIX |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Utilities |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.7,<4.0 |
Requires-Dist: |
cachetools (<6.0.0,>=5.0.0) |
Requires-Dist: |
typing-extensions (<5.0.0,>=4.5.0); python_version < "3.10" |
Description-Content-Type: |
text/markdown |