Metadata-Version: 2.1
Name: invenio-drafts-resources
Version: 0.18.2
Summary: "Invenio Drafts Resources module to create REST APIs"
Home-page: https://github.com/inveniosoftware/Invenio-Drafts-Resources
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio records deposit submit versioning drafts
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.7
Requires-Dist: invenio-records-resources (<0.22.0,>=0.21.4)
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: pytest-invenio (<3.0.0,>=2.1.0) ; extra == 'tests'
Requires-Dist: invenio-app (<2.0.0,>=1.3.1) ; extra == 'tests'
Requires-Dist: Sphinx (>=4.5.0) ; extra == 'tests'
Requires-Dist: invenio-db[mysql,postgresql] (<2.0.0,>=1.0.9) ; extra == 'tests'

..
    Copyright (C) 2020 CERN.
    Copyright (C) 2020 Northwestern University.

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

==========================
 Invenio-Drafts-Resources
==========================

.. image:: https://img.shields.io/travis/inveniosoftware/Invenio-Drafts-Resources.svg
        :target: https://github.com/inveniosoftware//actions?query=workflow%3ACIInvenio-Drafts-Resources

.. image:: https://img.shields.io/coveralls/inveniosoftware/Invenio-Drafts-Resources.svg
        :target: https://coveralls.io/r/inveniosoftware/Invenio-Drafts-Resources

.. image:: https://img.shields.io/github/tag/inveniosoftware/Invenio-Drafts-Resources.svg
        :target: https://github.com/inveniosoftware/Invenio-Drafts-Resources/releases

.. image:: https://img.shields.io/pypi/dm/Invenio-Drafts-Resources.svg
        :target: https://pypi.python.org/pypi/Invenio-Drafts-Resources

.. image:: https://img.shields.io/github/license/inveniosoftware/Invenio-Drafts-Resources.svg
        :target: https://github.com/inveniosoftware/Invenio-Drafts-Resources/blob/master/LICENSE

Invenio Drafts Resources module to create REST APIs

TODO: Please provide feature overview of module

Further documentation is available on
https://Invenio-Drafts-Resources.readthedocs.io/

..
    Copyright (C) 2020 CERN.
    Copyright (C) 2020 Northwestern University.

    Invenio-Drafts-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.2.2 (2020-08-19)

- Fix support for Elasticsearch 6 and 7

Version 0.2.1 (2020-08-18)

- Initial public release.


