invenio-vocabularies


Nameinvenio-vocabularies JSON
Version 3.4.0 PyPI version JSON
download
home_pagehttps://github.com/inveniosoftware/invenio-vocabularies
Summary"Invenio module for managing vocabularies."
upload_time2024-04-19 14:34:30
maintainerNone
docs_urlNone
authorCERN
requires_python>=3.7
licenseMIT
keywords invenio vocabulary management
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ..
    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-2024 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 3.4.0 (released 2024-04-19)

- templates: add subject fields UI template (#303)

Version 3.3.0 (released 2024-04-16)

- assets: add overridable awards and funding

Version 3.2.0 (released 2024-03-22)

- funding: add country and ror to funder search results
- init: move record_once to finalize_app (removes deprecation on `before_first_request`)
- installation: upgrade invenio-app


Version 3.1.0 (released 2024-03-05)

- custom_fields: added subject field
- custom_fields: add pid_field to custom fields
- mappings: change "dynamic" values to string
- ci: upgrade tests matrix
- bumps react-invenio-forms

Version 3.0.0 (released 2024-01-30)

- installation: bump invenio-records-resources

Version 2.4.0 (2023-12-07)

- schema: add validation for affiliations
- mappings: add a text subfield for award acronyms
- config: add new TWCF funder

Version 2.3.1 (2023-11-01)

- contrib: add affiliation suggestion by id

Version 2.3.0 (2023-10-25)

- contrib: allow search funders by id
- contrib: funders and awards fix TransportError in OS caused by suggestion search in too many fields

Version 2.2.4 (2023-10-19)

- search: decrease number of searching fields

Version 2.2.3 (2023-10-08)

- contrib: fix ``name`` serialization for the Names vocabulary.

Version 2.2.2 (2023-10-06)

- alembic rcp: set explicit dependency on pidstore create table

Version 2.2.1 (2023-10-02)

- facets: change caching strategy by caching each vocabulary by id. Replace
  lru_cache with invenio-cache to ensure that cache expiration uses a TTL that
  is correctly computed.

Version 2.2.0 (2023-09-19)

- facets: implement in-memory cache

Version 2.1.1 (2023-09-19)

- funding: fixed accessiblity issues

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.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/inveniosoftware/invenio-vocabularies",
    "name": "invenio-vocabularies",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "invenio vocabulary management",
    "author": "CERN",
    "author_email": "info@inveniosoftware.org",
    "download_url": "https://files.pythonhosted.org/packages/6c/e9/9b163fab67ba7ee8a2594e561ca1dce8b5ca0ba59c00bb8a6a2c6f735690/invenio-vocabularies-3.4.0.tar.gz",
    "platform": "any",
    "description": "..\n    Copyright (C) 2020-2021 CERN.\n\n    Invenio-Vocabularies is free software; you can redistribute it and/or\n    modify it under the terms of the MIT License; see LICENSE file for more\n    details.\n\n======================\n Invenio-Vocabularies\n======================\n\n.. image:: https://github.com/inveniosoftware/invenio-vocabularies/workflows/CI/badge.svg\n        :target: https://github.com/inveniosoftware/invenio-vocabularies/actions?query=workflow%3ACI\n\n.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-vocabularies.svg\n        :target: https://coveralls.io/r/inveniosoftware/invenio-vocabularies\n\n.. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-vocabularies.svg\n        :target: https://github.com/inveniosoftware/invenio-vocabularies/releases\n\n.. image:: https://img.shields.io/pypi/dm/invenio-vocabularies.svg\n        :target: https://pypi.python.org/pypi/invenio-vocabularies\n\n.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-vocabularies.svg\n        :target: https://github.com/inveniosoftware/invenio-vocabularies/blob/master/LICENSE\n\nInvenio module for managing vocabularies, based on Invenio-Records and Invenio-Records-Resources. This module provides:\n\n- Factories for easily generating models, record API classes, services, and resources\n- Helpers for importing vocabularies\n\nFurther documentation is available on\nhttps://invenio-vocabularies.readthedocs.io/\n\n..\n    Copyright (C) 2020-2024 CERN.\n\n    Invenio-Vocabularies is free software; you can redistribute it and/or\n    modify it under the terms of the MIT License; see LICENSE file for more\n    details.\n\nChanges\n=======\n\nVersion 3.4.0 (released 2024-04-19)\n\n- templates: add subject fields UI template (#303)\n\nVersion 3.3.0 (released 2024-04-16)\n\n- assets: add overridable awards and funding\n\nVersion 3.2.0 (released 2024-03-22)\n\n- funding: add country and ror to funder search results\n- init: move record_once to finalize_app (removes deprecation on `before_first_request`)\n- installation: upgrade invenio-app\n\n\nVersion 3.1.0 (released 2024-03-05)\n\n- custom_fields: added subject field\n- custom_fields: add pid_field to custom fields\n- mappings: change \"dynamic\" values to string\n- ci: upgrade tests matrix\n- bumps react-invenio-forms\n\nVersion 3.0.0 (released 2024-01-30)\n\n- installation: bump invenio-records-resources\n\nVersion 2.4.0 (2023-12-07)\n\n- schema: add validation for affiliations\n- mappings: add a text subfield for award acronyms\n- config: add new TWCF funder\n\nVersion 2.3.1 (2023-11-01)\n\n- contrib: add affiliation suggestion by id\n\nVersion 2.3.0 (2023-10-25)\n\n- contrib: allow search funders by id\n- contrib: funders and awards fix TransportError in OS caused by suggestion search in too many fields\n\nVersion 2.2.4 (2023-10-19)\n\n- search: decrease number of searching fields\n\nVersion 2.2.3 (2023-10-08)\n\n- contrib: fix ``name`` serialization for the Names vocabulary.\n\nVersion 2.2.2 (2023-10-06)\n\n- alembic rcp: set explicit dependency on pidstore create table\n\nVersion 2.2.1 (2023-10-02)\n\n- facets: change caching strategy by caching each vocabulary by id. Replace\n  lru_cache with invenio-cache to ensure that cache expiration uses a TTL that\n  is correctly computed.\n\nVersion 2.2.0 (2023-09-19)\n\n- facets: implement in-memory cache\n\nVersion 2.1.1 (2023-09-19)\n\n- funding: fixed accessiblity issues\n\nVersion 2.1.0 (2023-09-15)\n\n- custom_fields: allow to pass schema to the VocabularyCF\n- affiliations: add facet labels\n\nVersion 2.0.0 (2023-09-14)\n\n- contrib-awards: add \"program\" to schema fields\n- global: switch names and affiliations to model PID field\n- ci: update matrix\n- awards: add \"program\" field\n- config: update awards funders mapping\n- service: add sort option to load vocabs\n\nVersion 1.6.0 (2023-09-12)\n\n- awards: add acronym to schema\n\nVersion 1.5.1 (2023-07-07)\n\n- fix string type columns for mysql\n\nVersion 1.5.0 (2023-04-25)\n\n- upgrade invenio-records-resources\n\nVersion 1.4.0 (2023-04-20)\n\n- upgrade invenio-records-resources\n\nVersion 1.3.0 (2023-04-20)\n\n- add UI deposit contrib components\n\nVersion 1.2.0 (2023-03-24)\n\n- bump invenio-records-resources to v2.0.0\n\nVersion 1.1.0 (released 2023-03-02)\n\n- serializers: deprecate marshamllow JSON\n- mappings: add dynamic template for i18n titles and descriptions\n- remove deprecated flask-babelex dependency and imports\n\nVersion 1.0.4 (released 2023-01-20)\n\n- funders: Add ROR to identifiers for all funders in datastream\n- facets: add not found facet exception (when facet is configured but not provided in setup)\n- facets: handle non existing vocabulary type\n\nVersion 1.0.3 (released 2022-11-25)\n\n- Add i18n translations.\n\nVersion 1.0.2 (released 2022-11-14)\n\n- Fix missing field_args in VocabularyCF\n\nVersion 1.0.1 (released 2022-11-14)\n\n- Allow kwargs in VocabularyCF\n\nVersion 1.0.0 (released 2022-11-04)\n\n- Bump invenio-records-resources\n\nVersion 0.1.5 (released 2020-12-11)\n\n- Bug fixes in contrib vocabulary\n\nVersion 0.1.4 (released 2020-12-11)\n\n- Add subjects vocabulary\n\nVersion 0.1.3 (released 2020-12-11)\n\n- Include csv vocabularies data\n\nVersion 0.1.2 (released 2020-12-11)\n\n- CI changes\n\nVersion 0.1.1 (released 2020-12-11)\n\n- Add vocabulary import command\n\nVersion 0.1.0 (released 2020-12-08)\n\n- Initial public release.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "\"Invenio module for managing vocabularies.\"",
    "version": "3.4.0",
    "project_urls": {
        "Homepage": "https://github.com/inveniosoftware/invenio-vocabularies"
    },
    "split_keywords": [
        "invenio",
        "vocabulary",
        "management"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f217b0b76da5e2fce980dcd215f73e01b057812a12f646e105575872acd9a575",
                "md5": "5f2cdc98ad389db2750007702ef1f683",
                "sha256": "0fe89a24fcbfa06e5c38636d469d28bc7ac0802a8c35dcede21763f6f6aa2bce"
            },
            "downloads": -1,
            "filename": "invenio_vocabularies-3.4.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5f2cdc98ad389db2750007702ef1f683",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 238322,
            "upload_time": "2024-04-19T14:34:28",
            "upload_time_iso_8601": "2024-04-19T14:34:28.058387Z",
            "url": "https://files.pythonhosted.org/packages/f2/17/b0b76da5e2fce980dcd215f73e01b057812a12f646e105575872acd9a575/invenio_vocabularies-3.4.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ce99b163fab67ba7ee8a2594e561ca1dce8b5ca0ba59c00bb8a6a2c6f735690",
                "md5": "843a85f96ab20254df179bf15a491e4f",
                "sha256": "613886eea0ac6ece3082d994475fa4b201bcd5473eee19440a29269619775ee9"
            },
            "downloads": -1,
            "filename": "invenio-vocabularies-3.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "843a85f96ab20254df179bf15a491e4f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 123582,
            "upload_time": "2024-04-19T14:34:30",
            "upload_time_iso_8601": "2024-04-19T14:34:30.180262Z",
            "url": "https://files.pythonhosted.org/packages/6c/e9/9b163fab67ba7ee8a2594e561ca1dce8b5ca0ba59c00bb8a6a2c6f735690/invenio-vocabularies-3.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 14:34:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "inveniosoftware",
    "github_project": "invenio-vocabularies",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "invenio-vocabularies"
}
        
Elapsed time: 0.34665s