Metadata-Version: 2.4
Name: invenio-records-files
Version: 4.0.1
Summary: Invenio modules that integrates records and files.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-records-files
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: files,invenio,records
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Requires-Dist: invenio-base<3.0.0,>=1.2.2
Requires-Dist: invenio-files-rest<7.0.0,>=6.0.0
Requires-Dist: invenio-records-rest<7.0.0,>=6.0.0
Requires-Dist: invenio-records<7.0.0,>=6.0.0
Provides-Extra: docs
Requires-Dist: sphinx>=3; extra == 'docs'
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7]<4.0.0,>=3.0.0; extra == 'elasticsearch7'
Provides-Extra: mysql
Requires-Dist: invenio-db[mysql,versioning]<3.0.0,>=2.2.0; extra == 'mysql'
Provides-Extra: opensearch2
Requires-Dist: invenio-search[opensearch2]<4.0.0,>=3.0.0; extra == 'opensearch2'
Provides-Extra: postgresql
Requires-Dist: invenio-db[postgresql,versioning]<3.0.0,>=2.2.0; extra == 'postgresql'
Provides-Extra: sqlite
Requires-Dist: invenio-db[versioning]<3.0.0,>=2.2.0; extra == 'sqlite'
Provides-Extra: tests
Requires-Dist: invenio-indexer<7.0.0,>=6.0.0; extra == 'tests'
Requires-Dist: mock>=1.3.0; extra == 'tests'
Requires-Dist: pytest-black>=0.6.0; extra == 'tests'
Requires-Dist: pytest-invenio<5.0.0,>=4.0.0; extra == 'tests'
Requires-Dist: sphinx>=3; extra == 'tests'
Description-Content-Type: text/x-rst

..
    SPDX-FileCopyrightText: 2016-2019 CERN.
    SPDX-License-Identifier: MIT


=======================
 Invenio-Records-Files
=======================

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

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

.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-records-files.svg
        :target: https://coveralls.io/r/inveniosoftware/invenio-records-files

.. image:: https://img.shields.io/pypi/v/invenio-records-files.svg
        :target: https://pypi.org/pypi/invenio-records-files


Invenio module that provides basic API for integrating `Invenio-Records <https://github.com/inveniosoftware/invenio-records>`_
and `Invenio-Files-REST <https://github.com/inveniosoftware/invenio-files-rest>`_.

Features:

- Records creation
- Files creation
- Accessing files
- Files metadata management
- Files extraction from records


Further documentation is available on
https://invenio-records-files.readthedocs.io/en/latest/usage.html#initializations
