Metadata-Version: 2.1
Name: invenio-requests
Version: 0.5.3
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.22.0,>=0.21.4)
Requires-Dist: invenio-theme (<2.0.0,>=1.3.11)
Requires-Dist: invenio-users-resources (<0.4.0,>=0.3.2)
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7] (<3.0.0,>=2.1.0) ; extra == 'elasticsearch7'
Provides-Extra: opensearch1
Requires-Dist: invenio-search[opensearch1] (<3.0.0,>=2.1.0) ; extra == 'opensearch1'
Provides-Extra: opensearch2
Requires-Dist: invenio-search[opensearch2] (<3.0.0,>=2.1.0) ; extra == 'opensearch2'
Provides-Extra: tests
Requires-Dist: pytest-black (>=0.3.0) ; extra == 'tests'
Requires-Dist: invenio-app (<2.0.0,>=1.3.2) ; extra == 'tests'
Requires-Dist: invenio-db[mysql,postgresql] (<2.0.0,>=1.0.13) ; extra == 'tests'
Requires-Dist: pytest-invenio (<3.0.0,>=2.1.0) ; extra == 'tests'
Requires-Dist: sphinx (>=4.5.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.


