.coveragerc
.flake8
.gitignore
.isort.cfg
.pre-commit-config.yaml
AUTHORS
LICENSE
README.md
environment.yaml
pyproject.toml
setup.py
.github/workflows/code-checkers.yaml
.github/workflows/pre-commit.yaml
.github/workflows/publish_pypi.yaml
.github/workflows/tests.yaml
src/conda_souschef.egg-info/PKG-INFO
src/conda_souschef.egg-info/SOURCES.txt
src/conda_souschef.egg-info/dependency_links.txt
src/conda_souschef.egg-info/requires.txt
src/conda_souschef.egg-info/top_level.txt
src/souschef/__init__.py
src/souschef/_version.py
src/souschef/comment.py
src/souschef/config.py
src/souschef/ingredient.py
src/souschef/jinja_expression.py
src/souschef/mixins.py
src/souschef/recipe.py
src/souschef/section.py
src/souschef/tools.py
tests/__init__.py
tests/conftest.py
tests/test_comment.py
tests/test_ingredients.py
tests/test_jinja_expression.py
tests/test_recipe.py
tests/test_section.py
tests/data/__init__.py
tests/data/comment.yaml
tests/data/constrains.yaml
tests/data/issue_46.yaml
tests/data/issue_47.yaml
tests/data/multiple_jinja_var_same_line.yaml
tests/data/pure.yaml
tests/data/simple.yaml
tests/data/simple_full_recipe.yaml
tests/data/without_selector.yaml