Metadata-Version: 2.1
Name: invenio-vocabularies
Version: 0.1.3
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: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 1 - Planning
Requires-Dist: invenio-records-resources (>=0.8.8)
Provides-Extra: all
Requires-Dist: Sphinx (>=3) ; extra == 'all'
Requires-Dist: invenio-db[mysql,versioning] (<2.0.0,>=1.0.5) ; extra == 'all'
Requires-Dist: invenio-db[postgresql,versioning] (<2.0.0,>=1.0.5) ; extra == 'all'
Requires-Dist: invenio-db[versioning] (<2.0.0,>=1.0.5) ; extra == 'all'
Requires-Dist: invenio-app (>=1.3.0) ; extra == 'all'
Requires-Dist: pytest-invenio (>=1.4.0) ; extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx (>=3) ; extra == 'docs'
Provides-Extra: elasticsearch6
Requires-Dist: invenio-search[elasticsearch6] (<2.0.0,>=1.4.1) ; extra == 'elasticsearch6'
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7] (<2.0.0,>=1.4.1) ; extra == 'elasticsearch7'
Provides-Extra: mysql
Requires-Dist: invenio-db[mysql,versioning] (<2.0.0,>=1.0.5) ; extra == 'mysql'
Provides-Extra: postgresql
Requires-Dist: invenio-db[postgresql,versioning] (<2.0.0,>=1.0.5) ; extra == 'postgresql'
Provides-Extra: sqlite
Requires-Dist: invenio-db[versioning] (<2.0.0,>=1.0.5) ; extra == 'sqlite'
Provides-Extra: tests
Requires-Dist: invenio-app (>=1.3.0) ; extra == 'tests'
Requires-Dist: pytest-invenio (>=1.4.0) ; extra == 'tests'

..
    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.

======================
 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 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.


