Merge branch 'dcat' into 'v0.9.9'
Add dcat API for stream project. See merge request !238
nomad/app/dcat/__init__.py
0 → 100644
nomad/app/dcat/api.py
0 → 100644
nomad/app/dcat/catalog.py
0 → 100644
nomad/app/dcat/datasets.py
0 → 100644
nomad/app/dcat/mapping.py
0 → 100644
... | ... | @@ -75,6 +75,7 @@ unidecode |
python-json-logger | ||
recommonmark | ||
jinja2 | ||
rdflib | ||
# [dev] | ||
setuptools | ||
... | ... |
tests/app/test_dcat.py
0 → 100644