Metadata-Version: 2.1 Name: aiohttp-rest-api-fork Version: 0.0.5 Summary: RESTful API servers with aiohttp - this fork was created to fix a packaging issue with the original and will be deleted once it's merged Home-page: https://github.com/57uff3r/aiohttp_rest_api 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 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) Provides-Extra: docs Requires-Dist: sphinx ; extra == 'docs' UNKNOWN