Metadata-Version: 2.1
Name: oarepo-vocabularies-basic
Version: 0.0.13
Summary: "An extension to the invenio module for managing hierarchical vocabularies. Basic schema for vocabularies."
Home-page: https://github.com/oarepo/oarepo-vocabularies
Author: techlib.cz
Author-email: miroslav.simek@gmail.com
License: MIT
Keywords: invenio vocabulary management
Platform: any
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
Requires-Dist: oarepo-vocabularies (>=0.0.1)
Provides-Extra: elasticsearch6
Requires-Dist: invenio-search[elasticsearch6] (>=1.4.2) ; extra == 'elasticsearch6'
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7] (>=1.4.2) ; extra == 'elasticsearch7'
Provides-Extra: mysql
Provides-Extra: postgresql
Provides-Extra: sqlite
Provides-Extra: tests
Requires-Dist: pytest-black (<0.3.10,>=0.3.0) ; extra == 'tests'
Requires-Dist: invenio-app (>=1.3.3) ; extra == 'tests'
Requires-Dist: invenio-db[mysql,postgresql,versioning] (>=1.0.14) ; extra == 'tests'
Requires-Dist: pytest-invenio (>=1.4.11) ; extra == 'tests'
Requires-Dist: Sphinx (>=4.5) ; extra == 'tests'
Requires-Dist: oarepo-vocabularies (>=0.0.1) ; extra == 'tests'

..
    Copyright (C) 2022 techlib.cz .

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

======================
 OARepo-Vocabularies
======================

An extension to `invenio-vocabularies` that adds
hierarchy to vocabulary records. It consists of three packages:

1. `oarepo-vocabularies` - supporting libraries
2. `oarepo-vocabularies-basic` - a generated vocabulary implementation
   roughly equivalent to the basic invenio-vocabularies record
3. `oarepo-vocabularies-model-builder` - an extension to oarepo
   model builder to easily use vocabularies in your own metadata model

TODO
====

Document this.
