.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/mkdocs-deploy.yml
.github/workflows/python-publish.yml
.vscode/settings.json
docs/index.md
docs/main.py
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/reference/schemas.md
docs/stylesheets/extra.css
docs/theme/partials/header.html
docs/tutorial/tutorial.md
scripts/ingredients_for_example.py
src/nomad_tajine_plugin/__init__.py
src/nomad_tajine_plugin/utils.py
src/nomad_tajine_plugin.egg-info/PKG-INFO
src/nomad_tajine_plugin.egg-info/SOURCES.txt
src/nomad_tajine_plugin.egg-info/dependency_links.txt
src/nomad_tajine_plugin.egg-info/entry_points.txt
src/nomad_tajine_plugin.egg-info/requires.txt
src/nomad_tajine_plugin.egg-info/top_level.txt
src/nomad_tajine_plugin/apps/__init__.py
src/nomad_tajine_plugin/example_uploads/__init__.py
src/nomad_tajine_plugin/example_uploads/example/README.md
src/nomad_tajine_plugin/example_uploads/example/tajine.archive.yaml
src/nomad_tajine_plugin/example_uploads/example/ingredients/all-purpose_flour.archive.yaml
src/nomad_tajine_plugin/example_uploads/example/ingredients/bone-in_skin-on_chicken_thighs.archive.yaml
src/nomad_tajine_plugin/example_uploads/example/ingredients/carrots.archive.yaml
src/nomad_tajine_plugin/example_uploads/example/ingredients/cayenne_pepper.archive.yaml
src/nomad_tajine_plugin/example_uploads/example/ingredients/chicken_broth.archive.yaml
src/nomad_tajine_plugin/example_uploads/example/ingredients/fresh_cilantro_leaves.archive.yaml
src/nomad_tajine_plugin/example_uploads/example/ingredients/garlic.archive.yaml
src/nomad_tajine_plugin/example_uploads/example/ingredients/greek_cracked_green_olives.archive.yaml
src/nomad_tajine_plugin/example_uploads/example/ingredients/ground_black_pepper.archive.yaml
src/nomad_tajine_plugin/example_uploads/example/ingredients/ground_cinnamon.archive.yaml
src/nomad_tajine_plugin/example_uploads/example/ingredients/ground_coriander.archive.yaml
src/nomad_tajine_plugin/example_uploads/example/ingredients/ground_cumin.archive.yaml
src/nomad_tajine_plugin/example_uploads/example/ingredients/ground_ginger.archive.yaml
src/nomad_tajine_plugin/example_uploads/example/ingredients/honey.archive.yaml
src/nomad_tajine_plugin/example_uploads/example/ingredients/large_yellow_onion.archive.yaml
src/nomad_tajine_plugin/example_uploads/example/ingredients/lemon.archive.yaml
src/nomad_tajine_plugin/example_uploads/example/ingredients/olive_oil.archive.yaml
src/nomad_tajine_plugin/example_uploads/example/ingredients/paprika.archive.yaml
src/nomad_tajine_plugin/example_uploads/example/ingredients/salt.archive.yaml
src/nomad_tajine_plugin/parsers/__init__.py
src/nomad_tajine_plugin/parsers/parser.py
src/nomad_tajine_plugin/schema_packages/__init__.py
src/nomad_tajine_plugin/schema_packages/schema_package.py
tests/conftest.py
tests/apps/test_app.py
tests/data/.gitkeep
tests/data/example.out
tests/data/test.archive.yaml
tests/parsers/test_parser.py
tests/schema_packages/test_schema_package.py