Metadata-Version: 2.4
Name: oarepo-model-builder-ccmm
Version: 0.2.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: oarepo-model-builder-tests>=4.0.0
Requires-Dist: oarepo-model-builder>=4.0.0
Requires-Dist: oarepo-model-builder-files>=4.0.0
Requires-Dist: oarepo-model-builder-drafts>=1.0.4
Requires-Dist: oarepo-model-builder-drafts-files>=4.0.0
Requires-Dist: oarepo-model-builder-workflows>=1.0.0
Requires-Dist: oarepo-model-builder-rdm>=1.0.0
Requires-Dist: oarepo-model-builder-multilingual>=1.0.0
Requires-Dist: oarepo-model-builder-ui>=1.0.0
Requires-Dist: oarepo-model-builder-vocabularies
Dynamic: license-file

# Model builder for CCMM-enabled NRP Invenio repositories

## Usage

To use this model builder, add the following line to your model file:

```python

plugins:
  packages:
    - oarepo-model-builder-ccmm
record:
  use:
    - invenio
    - rdm
    - ccmm#dataset
```

and recompile the model. The result will be a ccmm-compatible model where you can
add your own custom fields and types.

## User interface

The builder does not provide a user interface. Please see <https://nrp-cz.github.io/docs>
for details on how to use CCMM within the UI.
