Metadata-Version: 2.4
Name: flask-resources
Version: 1.3.1
Summary: Flask Resources module to create REST APIs.
Project-URL: Repository, https://github.com/inveniosoftware/flask-resources
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: api,flask,resources,rest
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.7
Requires-Dist: flask>=1.1.4
Requires-Dist: marshmallow~=3.0
Requires-Dist: speaklater<2.0,>=1.3
Provides-Extra: tests
Requires-Dist: coverage<6,>=5.3; extra == 'tests'
Requires-Dist: pytest-black>=0.3.0; extra == 'tests'
Requires-Dist: pytest-cov>=2.10.1; extra == 'tests'
Requires-Dist: pytest-flask>=1.0.0; extra == 'tests'
Requires-Dist: pytest-isort>=1.2.0; extra == 'tests'
Requires-Dist: pytest-mock>=1.6.0; extra == 'tests'
Requires-Dist: pytest-pydocstyle>=2.2.3; extra == 'tests'
Requires-Dist: pytest<8,>=7; extra == 'tests'
Requires-Dist: sphinx>=4.5.0; extra == 'tests'
Description-Content-Type: text/x-rst

..
    SPDX-FileCopyrightText: 2020 CERN.
    SPDX-License-Identifier: MIT

===================
 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

A small library for implementing configurable REST APIs.

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