Metadata-Version: 2.1
Name: invenio-records-marc21
Version: 0.1.0
Summary: Marc21 datamodel
Home-page: https://github.com/tu-graz-library/invenio-records-marc21
Author: Graz University of Technology
Author-email: info@tugraz.at
License: MIT
Keywords: invenio Marc21
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Development Status :: 1 - Planning
Requires-Dist: invenio-i18n (>=1.3.0)
Requires-Dist: dojson (>=1.4.0)
Requires-Dist: invenio-records-rest (<2.0.0,>=1.5.0)
Requires-Dist: invenio-drafts-resources (<0.10.0,>=0.9.7)
Requires-Dist: invenio-vocabularies (<0.4.0,>=0.3.3)
Provides-Extra: all
Requires-Dist: Sphinx (<4,>=3) ; extra == 'all'
Requires-Dist: invenio-app (<2.0.0,>=1.3.0) ; extra == 'all'
Requires-Dist: invenio-indexer (>=1.2.0) ; extra == 'all'
Requires-Dist: pytest-invenio (<2.0.0,>=1.4.0) ; extra == 'all'
Requires-Dist: mock (>=4.0.3) ; extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx (<4,>=3) ; extra == 'docs'
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7] (<2.0.0,>=1.4.0) ; extra == 'elasticsearch7'
Provides-Extra: postgresql
Requires-Dist: invenio-db[postgresql,versioning] (<2.0.0,>=1.0.4) ; extra == 'postgresql'
Provides-Extra: tests
Requires-Dist: invenio-app (<2.0.0,>=1.3.0) ; extra == 'tests'
Requires-Dist: invenio-indexer (>=1.2.0) ; extra == 'tests'
Requires-Dist: pytest-invenio (<2.0.0,>=1.4.0) ; extra == 'tests'
Requires-Dist: mock (>=4.0.3) ; extra == 'tests'

..
    Copyright (C) 2021 Graz University of Technology.

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

.. image:: https://img.shields.io/github/license/tu-graz-library/invenio-records-marc21.svg
        :target: https://github.com/tu-graz-library/invenio-records-marc21/blob/master/LICENSE

.. image:: https://github.com/tu-graz-library/invenio-records-marc21/workflows/CI/badge.svg
        :target: https://github.com/tu-graz-library/invenio-records-marc21/actions

.. image:: https://img.shields.io/coveralls/tu-graz-library/invenio-records-marc21.svg
        :target: https://coveralls.io/r/tu-graz-library/invenio-records-marc21

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

Marc21 datamodel

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



..
    Copyright (C) 2021 Graz University of Technology.

    Invenio-Records-Marc21 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 0.0.1 (released TBD)

- Initial public release.


