Metadata-Version: 2.1
Name: invenio-vocabularies
Version: 0.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
Description: ..
            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.0 (released 2020-12-08)
        
        - Initial public release.
        
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
Provides-Extra: docs
Provides-Extra: elasticsearch6
Provides-Extra: elasticsearch7
Provides-Extra: mysql
Provides-Extra: postgresql
Provides-Extra: sqlite
Provides-Extra: tests
Provides-Extra: all
