.cruft.json
.dockerignore
.gitignore
CITATION.cff
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
.github/dependabot.yml
.github/workflows/actions.yml
.github/workflows/cff-validation.yml
.github/workflows/mkdocs-deploy.yml
.github/workflows/publish.yml
.github/workflows/publish_north.yml
.vscode/settings.json
docs/index.md
docs/assets/.gitignore
docs/assets/favicon.png
docs/assets/nomad-plugin-logo.png
docs/explanation/explanation.md
docs/how_to/contribute_to_the_documentation.md
docs/how_to/contribute_to_this_plugin.md
docs/how_to/install_this_plugin.md
docs/how_to/use_this_plugin.md
docs/reference/references.md
docs/stylesheets/extra.css
docs/theme/partials/header.html
docs/tutorial/tutorial.md
src/nomad_north_vesta/__init__.py
src/nomad_north_vesta.egg-info/PKG-INFO
src/nomad_north_vesta.egg-info/SOURCES.txt
src/nomad_north_vesta.egg-info/dependency_links.txt
src/nomad_north_vesta.egg-info/entry_points.txt
src/nomad_north_vesta.egg-info/requires.txt
src/nomad_north_vesta.egg-info/top_level.txt
src/nomad_north_vesta/north_tools/__init__.py
src/nomad_north_vesta/north_tools/vesta/Dockerfile
src/nomad_north_vesta/north_tools/vesta/README.md
src/nomad_north_vesta/north_tools/vesta/__init__.py
src/nomad_north_vesta/north_tools/vesta/vesta.png
src/nomad_north_vesta/north_tools/vesta/config/Vesta.desktop
tests/conftest.py
tests/data/.gitkeep
tests/north_tools/test_north_tools.py