.cruft.json
.gitignore
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
requirements_docs.txt
.devcontainer/devcontainer.json
.github/dependabot.yml
.github/workflows/actions.yml
.github/workflows/cruft-update.yml
.github/workflows/mkdocs-deploy.yml
.github/workflows/publish.yml
.vscode/settings.json
docs/index.md
docs/assets/.gitignore
docs/assets/favicon.png
docs/assets/nomad-plugin-logo.png
docs/how_to/contribute.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/alexandria.md
src/nomad_simulation_apps/__init__.py
src/nomad_simulation_apps.egg-info/PKG-INFO
src/nomad_simulation_apps.egg-info/SOURCES.txt
src/nomad_simulation_apps.egg-info/dependency_links.txt
src/nomad_simulation_apps.egg-info/entry_points.txt
src/nomad_simulation_apps.egg-info/requires.txt
src/nomad_simulation_apps.egg-info/top_level.txt
src/nomad_simulation_apps/apps/__init__.py
src/nomad_simulation_apps/apps/alexandria_app.py
src/nomad_simulation_apps/apps/alexandria_dashboard.yaml
tests/conftest.py
tests/apps/test_alexandria_app.py
tests/data/.gitkeep