Metadata-Version: 2.1
Name: invenio-rdm-records
Version: 0.30.6
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
Description: ..
            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.
        
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
Provides-Extra: docs
Provides-Extra: elasticsearch6
Provides-Extra: elasticsearch7
Provides-Extra: mysql
Provides-Extra: postgresql
Provides-Extra: sqlite
Provides-Extra: tests
Provides-Extra: all
