Metadata-Version: 2.1
Name: aiohttp-rest-api-redoc
Version: 0.2.0
Summary: RESTful API servers with aiohttp - forked to use redoc instead of swagger
Home-page: https://github.com/oplik0/aiohttp_rest_api/tree/redoc
Author: Andrey Korchak
Author-email: me@akorchak.software
License: MIT
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: AsyncIO
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: aiohttp (>=3.5.4)
Requires-Dist: async-timeout (>=3.0.1)
Requires-Dist: attrs (>=18.2.0)
Requires-Dist: chardet (>=3.0.4)
Requires-Dist: idna (>=2.8)
Requires-Dist: multidict (>=4.5.2)
Requires-Dist: typing-extensions (>=3.7.2)
Requires-Dist: yarl (>=1.3.0)
Requires-Dist: ujson (>=1.35)
Requires-Dist: PyYAML (>=3.13)
Requires-Dist: frozendict (>=1.2)
Requires-Dist: deepmerge (>=0.1)
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'

# aiohttp_rest_api

RESTful API servers with aiohttp. Forked to use ReDoc instead of Swagger

**aiohttp_rest_api** is an extension for aiohttp that adds support for quickly
building REST APIs. It automates the creation of REST endpoints, supports APIs
versioning and openapi docstrings.

```bash
pip install aiohttp-rest-api
```

Documentation: [https://aiohttp-rest-api.readthedocs.io/](https://aiohttp-rest-api.readthedocs.io/)


