.flake8
.pylintrc
.readthedocs.yaml
LICENSE
README.md
mkdocs.yml
mypy.ini
pyproject.toml
pytest.ini
setup.py
.github/assets/phaistos.png
.github/assets/pypi_desc.md
.github/workflows/code-tests.yml
.github/workflows/lint-code.yml
.github/workflows/publish.yml
.github/workflows/requirements.txt
docs/index.md
docs/installation.md
docs/logging.md
docs/main-features.md
docs/manager.md
docs/noauto.md
docs/requirements.txt
docs/schema.md
docs/transpiler.md
docs/assets/images/favicon.ico
phaistos/__init__.py
phaistos/compiler.py
phaistos/consts.py
phaistos/exceptions.py
phaistos/manager.py
phaistos/schema.py
phaistos/sources.py
phaistos/transpiler.py
phaistos/typings.py
phaistos/utils.py
phaistos.egg-info/PKG-INFO
phaistos.egg-info/SOURCES.txt
phaistos.egg-info/dependency_links.txt
phaistos.egg-info/requires.txt
phaistos.egg-info/top_level.txt
tests/conftest.py
tests/consts.py
tests/test_transpilation.py
tests/test_validation.py
tests/assets/faulty_double_nested.yaml
tests/assets/faulty_flat.yaml
tests/assets/faulty_nested.yaml
tests/assets/mock.yaml
tests/assets/valid.yaml