Metadata-Version: 2.1
Name: aiokeydb
Version: 0.0.7
Summary: asyncio KeyDB support
Home-page: https://github.com/trisongz/aiokeydb-py
Author: Tri Songz
Author-email: ts@growthengineai.com
License: MIT Style
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
Provides-Extra: operator

# aiokeydb-py
 asyncio KeyDB support wrapped around [aioredis](https://github.com/aio-libs/aioredis-py)


Extended to add support for ORM Mode/Pydantic Classes
- Borrowed Heavily from [pydantic-aioredis](https://github.com/andrewthetechie/pydantic-aioredis)
