Metadata-Version: 2.1
Name: aiowrpr
Version: 0.0.1a7
Summary: UNKNOWN
Home-page: https://github.com/ishirshov/aiowrpr
Author: Ildar Shirshov
Author-email: ildar.shirshov@gmail.com
License: Apache 2.0
Download-URL: https://github.com/ishirshov/aiowrpr
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Networking
Classifier: Topic :: Terminals
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
Requires-Dist: aiodns (==2.0.0)
Requires-Dist: aiohttp[speedups] (==3.6.2)
Requires-Dist: aiohttp-apispec (==2.1.0)
Requires-Dist: apispec (==3.2.0)
Requires-Dist: async-timeout (==3.0.1)
Requires-Dist: attrs (==19.3.0)
Requires-Dist: brotlipy (==0.7.0)
Requires-Dist: cchardet (==2.1.5)
Requires-Dist: cffi (==1.13.2)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: idna (==2.8)
Requires-Dist: marshmallow (==3.3.0)
Requires-Dist: multidict (==4.7.1)
Requires-Dist: pycares (==3.1.0)
Requires-Dist: pycparser (==2.19)
Requires-Dist: ujson (==1.35)
Requires-Dist: webargs (==5.5.2)
Requires-Dist: yarl (==1.4.2)

# aiowrpr
Toolkit to simplify work with aiohttp module

# features
* Built-in swagger specification (provides by [aiohttp-apispec](#https://aiohttp-apispec.readthedocs.io/en/latest/));
* Marshmallow schemes for requests and responses;
* Versioning of API;


