Metadata-Version: 2.2
Name: invenio-preservation-sync
Version: 0.2.0
Summary: Invenio module that adds preservation sync integration to the platform.
Home-page: https://github.com/inveniosoftware/invenio-preservation-sync
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio preservation
Platform: any
Classifier: Development Status :: 1 - Planning
Requires-Python: >=3.7
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: invenio-base<3.0.0,>=2.0.0
Requires-Dist: invenio-db<3.0.0,>=2.0.0
Requires-Dist: invenio-webhooks<2.0.0,>=1.0.0
Requires-Dist: invenio-records-permissions<2.0.0,>=1.0.0
Requires-Dist: invenio-pidstore<3.0.0,>=2.0.0
Requires-Dist: invenio-i18n<4.0.0,>=3.0.0
Requires-Dist: flask-resources<2.0.0,>=1.0.0
Requires-Dist: marshmallow-utils<1.0.0,>=0.7.1
Provides-Extra: tests
Requires-Dist: invenio-app>=1.3.4; extra == "tests"
Requires-Dist: pytest-invenio>=3.0.0; extra == "tests"
Requires-Dist: pytest-black-ng>=0.4.0; extra == "tests"
Requires-Dist: sphinx>=4.5.0; extra == "tests"
Requires-Dist: invenio-db[mysql,postgresql]>=2.0.0; extra == "tests"
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7]<4.0.0,>=3.0.0; extra == "elasticsearch7"
Provides-Extra: opensearch1
Requires-Dist: invenio-search[opensearch1]<4.0.0,>=3.0.0; extra == "opensearch1"
Provides-Extra: opensearch2
Requires-Dist: invenio-search[opensearch2]<4.0.0,>=3.0.0; extra == "opensearch2"

..
    Copyright (C) 2024 CERN.

    Invenio-Preservation-Sync 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-Preservation-Sync
===========================

.. image:: https://github.com/inveniosoftware/invenio-preservation-sync/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-preservation-sync/actions?query=workflow%3ACI

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

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

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

Invenio module that adds preservation sync integration to the platform.

Further documentation is available on
https://invenio-preservation-sync.readthedocs.io/

..
    Copyright (C) 2024 CERN.

    Invenio-Preservation-Sync 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.2.0 (released 2025-03-10)

- installation: upgrade invenio dependencies

Version 0.1.1 (released 2024-12-04)

 - schema: optional fields can be None

Version 0.1.0 (released 2024-11-13)

- ui: added utils function to render as an External resource
- Initial public release.
