Metadata-Version: 2.1
Name: invenio-vocabularies
Version: 2.1.0
Summary: "Invenio module for managing vocabularies."
Home-page: https://github.com/inveniosoftware/invenio-vocabularies
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio vocabulary management
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.7
Requires-Dist: invenio-i18n <3.0.0,>=2.0.0
Requires-Dist: invenio-records-resources <5.0.0,>=4.0.0
Requires-Dist: lxml >=4.5.0
Requires-Dist: PyYAML >=5.4.1
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7] <3.0.0,>=2.1.0 ; extra == 'elasticsearch7'
Provides-Extra: mysql
Provides-Extra: opensearch1
Requires-Dist: invenio-search[opensearch1] <3.0.0,>=2.1.0 ; extra == 'opensearch1'
Provides-Extra: opensearch2
Requires-Dist: invenio-search[opensearch2] <3.0.0,>=2.1.0 ; extra == 'opensearch2'
Provides-Extra: postgresql
Provides-Extra: sqlite
Provides-Extra: tests
Requires-Dist: pytest-black >=0.3.0 ; extra == 'tests'
Requires-Dist: invenio-app <2.0.0,>=1.3.3 ; extra == 'tests'
Requires-Dist: invenio-db[mysql,postgresql] <2.0.0,>=1.0.14 ; extra == 'tests'
Requires-Dist: pytest-invenio <3.0.0,>=2.1.0 ; extra == 'tests'
Requires-Dist: Sphinx >=4.5 ; extra == 'tests'

..
    Copyright (C) 2020-2021 CERN.

    Invenio-Vocabularies 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-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

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

..
    Copyright (C) 2020 CERN.

    Invenio-Vocabularies 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 2.1.0 (2023-09-15)

- custom_fields: allow to pass schema to the VocabularyCF
- affiliations: add facet labels

Version 2.0.0 (2023-09-14)

- contrib-awards: add "program" to schema fields
- global: switch names and affiliations to model PID field
- ci: update matrix
- awards: add "program" field
- config: update awards funders mapping
- service: add sort option to load vocabs

Version 1.6.0 (2023-09-12)

- awards: add acronym to schema

Version 1.5.1 (2023-07-07)

- fix string type columns for mysql

Version 1.5.0 (2023-04-25)

- upgrade invenio-records-resources

Version 1.4.0 (2023-04-20)

- upgrade invenio-records-resources

Version 1.3.0 (2023-04-20)

- add UI deposit contrib components

Version 1.2.0 (2023-03-24)

- bump invenio-records-resources to v2.0.0

Version 1.1.0 (released 2023-03-02)

- serializers: deprecate marshamllow JSON
- mappings: add dynamic template for i18n titles and descriptions
- remove deprecated flask-babelex dependency and imports

Version 1.0.4 (released 2023-01-20)

- funders: Add ROR to identifiers for all funders in datastream
- facets: add not found facet exception (when facet is configured but not provided in setup)
- facets: handle non existing vocabulary type

Version 1.0.3 (released 2022-11-25)

- Add i18n translations.

Version 1.0.2 (released 2022-11-14)

- Fix missing field_args in VocabularyCF

Version 1.0.1 (released 2022-11-14)

- Allow kwargs in VocabularyCF

Version 1.0.0 (released 2022-11-04)

- Bump invenio-records-resources

Version 0.1.5 (released 2020-12-11)

- Bug fixes in contrib vocabulary

Version 0.1.4 (released 2020-12-11)

- Add subjects vocabulary

Version 0.1.3 (released 2020-12-11)

- Include csv vocabularies data

Version 0.1.2 (released 2020-12-11)

- CI changes

Version 0.1.1 (released 2020-12-11)

- Add vocabulary import command

Version 0.1.0 (released 2020-12-08)

- Initial public release.


