Metadata-Version: 2.4
Name: ccmm-invenio
Version: 0.2.1
Summary: CCMM (Czech Core Metadata Model) components for NRP Invenio
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: compile-vocabularies
Requires-Dist: rdflib; extra == "compile-vocabularies"
Requires-Dist: click; extra == "compile-vocabularies"
Requires-Dist: tenacity; extra == "compile-vocabularies"
Dynamic: license-file

# CCMM-Invenio: CCMM runtime library for NRP Invenio

This library provides:

* Fixtures for vocabularies to support the CCMM model in NRP Invenio
* Schema serializers for the CCMM model
* Import and export modules for the CCMM model
* UI components for working with the CCMM model in NRP Invenio

## Installation

```bash
pip install ccmm-invenio
```

## Usage

```bash
invenio oarepo fixtures load
```
