Metadata-Version: 2.1
Name: asynccachetools
Version: 0.1.0
Summary: 
Home-page: https://github.com/hosglial/AsyncCache
License: MIT
Author: Щиголь Алексей
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
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
