.editorconfig
.pylintrc
CHANGES.md
MANIFEST.in
Makefile
Pipfile
Pipfile.lock
README.md
license
main.py
pyproject.toml
run-tests.sh
setup.cfg
setup.py
.github/workflows/pypi-publish.yaml
.github/workflows/tests.yaml
.vscode/settings.json
invenio_subjects_cessda/__init__.py
invenio_subjects_cessda/config.py
invenio_subjects_cessda/convert.py
invenio_subjects_cessda/fetch_voc.py
invenio_subjects_cessda/schemas.py
invenio_subjects_cessda/utils.py
invenio_subjects_cessda/writer.py
invenio_subjects_cessda.egg-info/PKG-INFO
invenio_subjects_cessda.egg-info/SOURCES.txt
invenio_subjects_cessda.egg-info/dependency_links.txt
invenio_subjects_cessda.egg-info/entry_points.txt
invenio_subjects_cessda.egg-info/not-zip-safe
invenio_subjects_cessda.egg-info/requires.txt
invenio_subjects_cessda.egg-info/top_level.txt
invenio_subjects_cessda/vocabularies/__init__.py
invenio_subjects_cessda/vocabularies/cessda_voc.yaml
invenio_subjects_cessda/vocabularies/vocabularies.yaml
tests/__init__.py
tests/data.py
tests/fixtures.py
tests/test_convert.py
tests/test_fetch_voc.py
tests/test_main.py
tests/test_schemas.py
tests/test_utils.py
tests/test_writer.py