Metadata-Version: 2.1
Name: async_simple_api
Version: 1.1.0
Summary: Async Python API implemented in asyncio and aiohttp. The supported
Author-email: Jake Ballantyne <jake.david.ballantyne@gmail.com>
Maintainer-email: Jake Ballantyne <jake.david.ballantyne@gmail.com>
Project-URL: Homepage, https://github.com/jbal/async_api
Project-URL: Issues, https://github.com/jbal/async_api/issues
Project-URL: Repository, https://github.com/jbal/async_api
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp >=3.8.3
Requires-Dist: certifi
Requires-Dist: build >=0.9.0
Requires-Dist: requests >=2.31.0

# async_api
Async Python API implemented in asyncio and aiohttp. The supported features include rate limits, concurrent limits, futures batching, and retry functionality.
