Metadata-Version: 2.1
Name: flask-resources
Version: 0.3.2
Summary: Flask Resources module to create REST APIs.
Home-page: https://github.com/inveniosoftware/flask-resources
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: flask TODO
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 1 - Planning
Requires-Dist: Flask (~=1.1.2)
Requires-Dist: webargs (~=5.5.0)
Provides-Extra: all
Requires-Dist: Sphinx (<3,>=1.5.1) ; extra == 'all'
Requires-Dist: black (<20.9b0,>=20.8b1) ; extra == 'all'
Requires-Dist: check-manifest (>=0.25) ; extra == 'all'
Requires-Dist: coverage (<5.0.0,>=4.0) ; extra == 'all'
Requires-Dist: isort (<6.0,>=5.0) ; extra == 'all'
Requires-Dist: pydocstyle (~=5.0.0) ; extra == 'all'
Requires-Dist: pytest (>=4.6.1) ; extra == 'all'
Requires-Dist: pytest-cov (>=2.5.1) ; extra == 'all'
Requires-Dist: pytest-flask (<1.0.0,>=0.15.1) ; extra == 'all'
Requires-Dist: pytest-mock (>=1.6.0) ; extra == 'all'
Requires-Dist: pytest-pep8 (>=1.0.6) ; extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx (<3,>=1.5.1) ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: black (<20.9b0,>=20.8b1) ; extra == 'tests'
Requires-Dist: check-manifest (>=0.25) ; extra == 'tests'
Requires-Dist: coverage (<5.0.0,>=4.0) ; extra == 'tests'
Requires-Dist: isort (<6.0,>=5.0) ; extra == 'tests'
Requires-Dist: pydocstyle (~=5.0.0) ; extra == 'tests'
Requires-Dist: pytest (>=4.6.1) ; extra == 'tests'
Requires-Dist: pytest-cov (>=2.5.1) ; extra == 'tests'
Requires-Dist: pytest-flask (<1.0.0,>=0.15.1) ; extra == 'tests'
Requires-Dist: pytest-mock (>=1.6.0) ; extra == 'tests'
Requires-Dist: pytest-pep8 (>=1.0.6) ; extra == 'tests'

..
    Copyright (C) 2020 CERN.

    Flask-Resources is free software; you can redistribute it and/or
    modify it under the terms of the MIT License; see LICENSE file for more
    details.

===================
 Flask-Resources
===================

.. image:: https://img.shields.io/travis/inveniosoftware/flask-resources.svg
        :target: https://travis-ci.org/inveniosoftware/flask-resources

.. image:: https://img.shields.io/coveralls/inveniosoftware/flask-resources.svg
        :target: https://coveralls.io/r/inveniosoftware/flask-resources

.. image:: https://img.shields.io/github/tag/inveniosoftware/flask-resources.svg
        :target: https://github.com/inveniosoftware/flask-resources/releases

.. image:: https://img.shields.io/pypi/dm/flask-resources.svg
        :target: https://pypi.python.org/pypi/flask-resources

.. image:: https://img.shields.io/github/license/inveniosoftware/flask-resources.svg
        :target: https://github.com/inveniosoftware/flask-resources/blob/master/LICENSE

Flask Resources module to create REST APIs.

Further documentation is available on
https://flask-resources.readthedocs.io/


..
    Copyright (C) 2020 CERN.

    Flask-Resources is free software; you can redistribute it and/or
    modify it under the terms of the MIT License; see LICENSE file for more
    details.

Changes
=======

Version 0.1.0 (released TBD)

- Initial public release.


