Metadata-Version: 2.1
Name: invenio-rdm-records
Version: 0.25.8
Summary: DataCite-based data model for Invenio.
Home-page: https://github.com/inveniosoftware/invenio-rdm-records
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio data model
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Development Status :: 3 - Alpha
Requires-Dist: arrow (>=0.17.0)
Requires-Dist: Faker (>=2.0.3)
Requires-Dist: ftfy (<5.0.0,>=4.4.3)
Requires-Dist: idutils (>=1.1.7)
Requires-Dist: invenio-communities (<3.0.0,>=2.1.1)
Requires-Dist: invenio-drafts-resources (<0.8.0,>=0.7.2)
Requires-Dist: invenio-records (<2.0.0,>=1.5.0a1)
Requires-Dist: invenio-records-files (<2.0.0,>=1.2.1)
Requires-Dist: invenio-vocabularies (<1.0.0,>=0.1.6)
Requires-Dist: pytz (>=2020.4)
Provides-Extra: all
Requires-Dist: Sphinx (<3.4.2,>=3) ; extra == 'all'
Requires-Dist: pytest-invenio (<2.0.0,>=1.4.0) ; extra == 'all'
Requires-Dist: invenio-app (<2.0.0,>=1.3.0) ; extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx (<3.4.2,>=3) ; extra == 'docs'
Provides-Extra: elasticsearch6
Requires-Dist: invenio-search[elasticsearch6] (<2.0.0,>=1.4.0) ; extra == 'elasticsearch6'
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7] (<2.0.0,>=1.4.0) ; extra == 'elasticsearch7'
Provides-Extra: mysql
Requires-Dist: invenio-db[mysql,versioning] (<2.0.0,>=1.0.4) ; extra == 'mysql'
Provides-Extra: postgresql
Requires-Dist: invenio-db[postgresql,versioning] (<2.0.0,>=1.0.4) ; extra == 'postgresql'
Provides-Extra: sqlite
Requires-Dist: invenio-db[versioning] (<2.0.0,>=1.0.4) ; extra == 'sqlite'
Provides-Extra: tests
Requires-Dist: pytest-invenio (<2.0.0,>=1.4.0) ; extra == 'tests'
Requires-Dist: invenio-app (<2.0.0,>=1.3.0) ; extra == 'tests'

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


    Invenio-RDM-Records 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-RDM-Records
====================

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

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

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

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

DataCite-based data model for Invenio.

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

Development
===========

Install
-------

Choose a version of elasticsearch and a DB, then run:

.. code-block:: console

    pipenv run pip install -e .[all]
    pipenv run pip install invenio-search[<elasticsearch[5|6|7]>]
    pipenv run pip install invenio-db[<[mysql|postgresql|]>,versioning]


Tests
-----

.. code-block:: console

    pipenv run ./run-tests.sh


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


    Invenio-RDM-Records 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 1.0.0 (released TBD)

- Initial public release.


