Metadata-Version: 2.4
Name: invenio-vocabularies
Version: 14.2.1
Summary: Invenio module for managing vocabularies.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-vocabularies
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: invenio,management,vocabulary
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Requires-Dist: invenio-administration<8.0.0,>=7.0.0
Requires-Dist: invenio-i18n<5.0.0,>=4.0.0
Requires-Dist: invenio-jobs<12.0.0,>=11.0.0
Requires-Dist: invenio-records-resources<12.0.0,>=11.0.0
Requires-Dist: lxml>=4.5.0
Requires-Dist: pycountry>=24.0.0
Requires-Dist: pyyaml>=5.4.1
Requires-Dist: regex>=2024.7.24
Requires-Dist: sparqlwrapper>=2.0.0
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7]<4.0.0,>=3.0.0; extra == 'elasticsearch7'
Provides-Extra: mysql
Provides-Extra: oaipmh
Requires-Dist: invenio-oaipmh-scythe>=0.13.0; extra == 'oaipmh'
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: postgresql
Provides-Extra: rdf
Requires-Dist: rdflib>=7.0.0; extra == 'rdf'
Provides-Extra: s3fs
Requires-Dist: s3fs>=2024.6.1; extra == 's3fs'
Provides-Extra: sparql
Requires-Dist: sparqlwrapper>=2.0.0; extra == 'sparql'
Provides-Extra: sqlite
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-httpserver>=1.0.10; extra == 'tests'
Requires-Dist: pytest-invenio<5.0.0,>=4.0.0; extra == 'tests'
Requires-Dist: sphinx>=4.5; extra == 'tests'
Description-Content-Type: text/x-rst

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

======================
 Invenio-Vocabularies
======================

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

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

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

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

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

Invenio module for managing vocabularies, based on Invenio-Records and Invenio-Records-Resources. This module provides:

- Factories for easily generating models, record API classes, services, and resources
- Helpers for importing vocabularies
