Added first implementation for dcat api.
nomad/app/dcat/__init__.py
0 → 100644
nomad/app/dcat/api.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
Please register or sign in to comment