Metadata-Version: 2.4
Name: invenio-records
Version: 6.0.1
Summary: Invenio-Records is a metadata storage module.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-records
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: invenio,metadata
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Requires-Dist: arrow>=0.16.0
Requires-Dist: invenio-celery<3.0.0,>=2.0.0
Requires-Dist: invenio-i18n<5.0.0,>=4.0.0
Requires-Dist: jsonpatch>=1.26
Requires-Dist: jsonref>=0.2
Requires-Dist: jsonresolver>=0.5.0
Requires-Dist: jsonschema<5.0.0,>=4.3.0
Provides-Extra: admin
Requires-Dist: invenio-admin<2.0.0,>=1.2.1; extra == 'admin'
Provides-Extra: docs
Provides-Extra: mysql
Requires-Dist: invenio-db[mysql,versioning]<3.0.0,>=2.2.0; extra == 'mysql'
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-admin<2.0.0,>=1.4.0; extra == 'tests'
Requires-Dist: invenio-app<4.0.0,>=3.0.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: pytest-mock>=1.6.0; extra == 'tests'
Requires-Dist: sphinx>=4.5.0; extra == 'tests'
Description-Content-Type: text/x-rst

..
    SPDX-FileCopyrightText: 2015-2018 CERN.
    SPDX-License-Identifier: MIT

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

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

.. image:: https://github.com/inveniosoftware/invenio-records/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-records/actions

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

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



Invenio-Records is a metadata storage module. A *record* is a JSON document with
revision history identified by a unique `UUID`_ .

.. _UUID: https://en.wikipedia.org/wiki/Universally_unique_identifier

Features:

 * Generic JSON document storage with revision history.
 * JSONSchema validation of documents.
 * Records creation, update and deletion.
 * Administration interface for CRUD operations on records.

Further documentation available Documentation:
https://invenio-records.readthedocs.io/
