Metadata-Version: 2.1
Name: asynccachetools
Version: 0.1.2
Summary: A wrapper over cachetools for use with asynchronous functions
Home-page: https://github.com/hosglial/AsyncCache
License: MIT
Author: Shchigol Alexey
Author-email: ashchigol@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
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


