Metadata-Version: 2.1
Name: invenio-rdm-records
Version: 1.0.0a7
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Development Status :: 3 - Alpha
Requires-Dist: arrow (>=0.13.0)
Requires-Dist: Flask-BabelEx (>=0.9.3)
Requires-Dist: invenio-jsonschemas (<1.1.0,>=1.0.0)
Requires-Dist: invenio-records-rest (<1.7.0,>=1.6.0)
Requires-Dist: invenio-records (<1.4.0,>=1.3.0)
Requires-Dist: invenio-records-files (<1.3.0,>=1.2.0)
Requires-Dist: invenio-records-permissions (>=1.0.0a5)
Requires-Dist: marshmallow (<3,>=2.20.5)
Requires-Dist: pycountry (>=18.12.8)
Requires-Dist: Faker (>=2.0.3)
Requires-Dist: invenio-pidstore (>=1.1.0)
Provides-Extra: all
Requires-Dist: check-manifest (>=0.25) ; extra == 'all'
Requires-Dist: coverage (>=4.0) ; extra == 'all'
Requires-Dist: isort (>=4.3.3) ; extra == 'all'
Requires-Dist: pydocstyle (>=2.0.0) ; extra == 'all'
Requires-Dist: pytest-cov (>=2.5.1) ; extra == 'all'
Requires-Dist: pytest-pep8 (>=1.0.6) ; extra == 'all'
Requires-Dist: pytest-invenio (>=1.2.0) ; extra == 'all'
Requires-Dist: pytest (<5.0.0,>=4.0.0) ; extra == 'all'
Requires-Dist: invenio-app (<1.3.0,>=1.2.3) ; extra == 'all'
Requires-Dist: Sphinx (>=1.5.1) ; extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx (>=1.5.1) ; extra == 'docs'
Provides-Extra: elasticsearch6
Requires-Dist: invenio-search[elasticsearch6] (<1.3.0,>=1.2.0) ; extra == 'elasticsearch6'
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7] (<1.3.0,>=1.2.0) ; extra == 'elasticsearch7'
Provides-Extra: mysql
Requires-Dist: invenio-db[mysql,versioning] (<1.1.0,>=1.0.4) ; extra == 'mysql'
Provides-Extra: postgresql
Requires-Dist: invenio-db[postgresql,versioning] (<1.1.0,>=1.0.4) ; extra == 'postgresql'
Provides-Extra: sqlite
Requires-Dist: invenio-db[versioning] (<1.1.0,>=1.0.4) ; extra == 'sqlite'
Provides-Extra: tests
Requires-Dist: check-manifest (>=0.25) ; extra == 'tests'
Requires-Dist: coverage (>=4.0) ; extra == 'tests'
Requires-Dist: isort (>=4.3.3) ; extra == 'tests'
Requires-Dist: pydocstyle (>=2.0.0) ; extra == 'tests'
Requires-Dist: pytest-cov (>=2.5.1) ; extra == 'tests'
Requires-Dist: pytest-pep8 (>=1.0.6) ; extra == 'tests'
Requires-Dist: pytest-invenio (>=1.2.0) ; extra == 'tests'
Requires-Dist: pytest (<5.0.0,>=4.0.0) ; extra == 'tests'
Requires-Dist: invenio-app (<1.3.0,>=1.2.3) ; extra == 'tests'

..
    Copyright (C) 2019 CERN.
    Copyright (C) 2019 Northwestern University, Galter Health Sciences Library & Learning Center.


    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://img.shields.io/travis/inveniosoftware/invenio-rdm-records.svg
        :target: https://travis-ci.org/inveniosoftware/invenio-rdm-records

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

.. 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, Galter Health Sciences Library & Learning Center.


    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.


