Metadata-Version: 2.3
Name: asynccachetools
Version: 0.1.7
Summary: A wrapper over cachetools for use with asynchronous functions
License: MIT
Author: Shchigol Alexey
Author-email: ashchigol@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: cachetools (>=5.3.3,<6.0.0)
Project-URL: Repository, https://github.com/hosglial/AsyncCache
Description-Content-Type: text/markdown

# A wrapper over cachetools for use with asynchronous functions


