Metadata-Version: 2.1
Name: invenio-requests
Version: 0.3.28
Summary: "Invenio module for generic and customizable requests."
Home-page: https://github.com/inveniosoftware/invenio-requests
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio requests
Platform: any
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.7
Requires-Dist: invenio-records-resources (<0.20.0,>=0.19.16)
Requires-Dist: invenio-theme (>=1.3.11)
Requires-Dist: invenio-users-resources (<0.2.0,>=0.1.5)
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7] (<2.0,>=1.4.2) ; extra == 'elasticsearch7'
Provides-Extra: tests
Requires-Dist: pytest-black (<0.3.10,>=0.3.0) ; extra == 'tests'
Requires-Dist: black (>=20.8b1) ; extra == 'tests'
Requires-Dist: invenio-app (>=1.3.2) ; extra == 'tests'
Requires-Dist: invenio-db[mysql,postgresql,versioning] (<2.0,>=1.0.13) ; extra == 'tests'
Requires-Dist: pytest-invenio (>=1.4.11) ; extra == 'tests'
Requires-Dist: sphinx (<5,>=4.2.0) ; extra == 'tests'

..
    Copyright (C) 2021 CERN.

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

==================
 Invenio-Requests
==================

.. image:: https://github.com/inveniosoftware/invenio-requests/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-requests/actions?query=workflow%3ACI

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

.. image:: https://img.shields.io/pypi/dm/invenio-requests.svg
        :target: https://pypi.python.org/pypi/invenio-requests

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

Invenio module for generic and customizable requests.

TODO: Please provide feature overview of module

Further documentation is available on
https://invenio-requests.readthedocs.io/

..
    Copyright (C) 2021 CERN.

    Invenio-Requests 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.


