Metadata-Version: 2.1
Name: aiodynamo
Version: 20.3rc3
Summary: Asyncio DynamoDB client
Home-page: https://github.com/HENNGE/aiodynamo
License: Apache-2.0
Keywords: dynamodb,asyncio,aws
Author: Jonas Obrist
Author-email: jonas.obrist@hennge.com
Requires-Python: >=3.7,<4.0
Classifier: Framework :: AsyncIO
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: aiohttp[aiohttp] (>=3.6.2,<4.0.0)
Requires-Dist: httpx[httpx] (>=0.11.1,<0.12.0)
Requires-Dist: yarl (>=1.4.2,<2.0.0)
Project-URL: Documentation, https://aiodynamo.readthedocs.io
Project-URL: Repository, https://github.com/HENNGE/aiodynamo
Description-Content-Type: text/markdown

# AsyncIO DynamoDB

[![CircleCI](https://circleci.com/gh/HDE/aiodynamo.svg?style=svg&circle-token=ce893a3fdc37be4f5e9f0b44b8aa23e3c3c02f03)](https://circleci.com/gh/HDE/aiodynamo)

Asynchronous, fast and pythonic DynamoDB client. See [the docs](https://aiodynamo.readthedocs.io/) for details.

