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 | ... | @@ -75,6 +75,7 @@ unidecode |
python-json-logger | python-json-logger | ||
recommonmark | recommonmark | ||
jinja2 | jinja2 | ||
rdflib | |||
# [dev] | # [dev] | ||
setuptools | setuptools | ||
... | ... |
tests/app/test_dcat.py
0 → 100644