Metadata-Version: 1.1
Name: aiohttp-swaggerify
Version: 0.1.0
Summary: Library to automatically generate swagger2.0 definition for aiohttp endpoints
Home-page: https://github.com/dchaplinsky/aiohttp_swaggerify
Author: Dmitry Chaplinsky
Author-email: chaplinsky.dmitry@gmail.com
License: MIT license
Description: ===============================
        aiohttp_swaggerify
        ===============================
        
        
        .. image:: https://img.shields.io/pypi/v/aiohttp_swaggerify.svg
                :target: https://pypi.python.org/pypi/aiohttp_swaggerify
        
        .. image:: https://img.shields.io/travis/dchaplinsky/aiohttp_swaggerify.svg
                :target: https://travis-ci.org/dchaplinsky/aiohttp_swaggerify
        
        .. image:: https://readthedocs.org/projects/aiohttp-swaggerify/badge/?version=latest
                :target: https://aiohttp-swaggerify.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/dchaplinsky/aiohttp_swaggerify/shield.svg
             :target: https://pyup.io/repos/github/dchaplinsky/aiohttp_swaggerify/
             :alt: Updates
        
        
        Library to automatically generate swagger2.0 definition for aiohttp endpoints
        
        
        * Free software: MIT license
        * Documentation: https://aiohttp-swaggerify.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.1.0 (2016-10-12)
        ------------------
        
        * First release on PyPI.
        
Keywords: aiohttp_swaggerify
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
