Metadata-Version: 1.1
Name: flask-rest-api
Version: 0.13.1
Summary: Build a REST API with Flask
Home-page: https://github.com/Nobatek/flask-rest-api
Author: Jérôme Lafréchoux
Author-email: jlafrechoux@nobatek.com
License: MIT
Description: ==============
        flask-rest-api
        ==============
        
        .. image:: https://img.shields.io/pypi/v/flask-rest-api.svg
            :target: https://pypi.org/project/flask-rest-api/
            :alt: Latest version
        
        .. image:: https://img.shields.io/pypi/pyversions/flask-rest-api.svg
            :target: https://pypi.org/project/flask-rest-api/
            :alt: Python versions
        
        .. image:: https://img.shields.io/pypi/l/flask-rest-api.svg
            :target: https://flask-rest-api.readthedocs.io/en/latest/license.html
            :alt: License
        
        .. image:: https://img.shields.io/travis/Nobatek/flask-rest-api/master.svg
            :target: https://travis-ci.org/Nobatek/flask-rest-api
            :alt: Build status
        
        .. image:: https://coveralls.io/repos/github/Nobatek/flask-rest-api/badge.svg?branch=master
            :target: https://coveralls.io/github/Nobatek/flask-rest-api/?branch=master
            :alt: Code coverage
        
        .. image:: https://api.codacy.com/project/badge/Grade/463485aeeac048f08cb4f40ebeb61160
            :target: https://www.codacy.com/app/lafrech/flask-rest-api
            :alt: Code health
        
        .. image:: https://readthedocs.org/projects/flask-rest-api/badge/
            :target: http://flask-rest-api.readthedocs.io/
            :alt: Documentation
        
        Build a REST API with Flask and marshmallow.
        
        **flask-rest-api** relies on `marshmallow <https://github.com/marshmallow-code/marshmallow>`_, `webargs <https://github.com/sloria/webargs>`_ and `apispec <https://github.com/marshmallow-code/apispec/>`_ to provide a complete REST API framework.
        
        Features
        ========
        
        - Serialization, deserialization and validation using marshmallow ``Schema``.
        - OpenAPI (Swagger) specification automatically generated, and exposed with `ReDoc <https://github.com/Rebilly/ReDoc>`_ or `Swagger UI <https://swagger.io/tools/swagger-ui/>`_.
        - Pagination.
        - ETag.
        
        Install
        =======
        
        ::
        
            pip install flask-rest-api
        
        flask-rest-api supports Python >= 3.5.
        
        Documentation
        =============
        
        Full documentation is available at http://flask-rest-api.readthedocs.io/.
        
        License
        =======
        
        MIT licensed. See the `LICENSE <https://github.com/Nobatek/flask-rest-api/blob/master/LICENSE>`_ file for more details.
        
Keywords: flask REST api
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
