Metadata-Version: 2.4
Name: invenio-checks
Version: 11.0.2
Summary: Invenio module to automated curation checks on records.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-checks
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: checks,invenio,rdm
Classifier: Development Status :: 1 - Planning
Requires-Python: >=3.9
Requires-Dist: invenio-base<3.0.0,>=2.3.0
Requires-Dist: invenio-communities<30.0.0,>=29.0.0
Requires-Dist: invenio-drafts-resources<12.0.0,>=11.0.0
Requires-Dist: invenio-i18n<5.0.0,>=4.0.0
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'
Provides-Extra: tests
Requires-Dist: invenio-app<4.0.0,>=3.0.0; extra == 'tests'
Requires-Dist: invenio-db[mysql,postgresql]<3.0.0,>=2.2.0; extra == 'tests'
Requires-Dist: pytest-black>=0.6.0; extra == 'tests'
Requires-Dist: pytest-invenio<5.0.0,>=4.0.0; extra == 'tests'
Requires-Dist: sphinx>=4.5.0; extra == 'tests'
Description-Content-Type: text/x-rst

..
    SPDX-FileCopyrightText: 2025 CERN.
    SPDX-License-Identifier: MIT

================
 Invenio-Checks
================

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

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

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

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

Invenio module to automated curation checks on records.

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