LICENSE
README.md
pyproject.toml
setup.py
src/flachtex/__init__.py
src/flachtex/__main__.py
src/flachtex/command_finder.py
src/flachtex/command_substitution.py
src/flachtex/comments.py
src/flachtex/cycle_prevention.py
src/flachtex/filefinder.py
src/flachtex/preprocessor.py
src/flachtex/traceable_string.py
src/flachtex/utils.py
src/flachtex.egg-info/PKG-INFO
src/flachtex.egg-info/SOURCES.txt
src/flachtex.egg-info/dependency_links.txt
src/flachtex.egg-info/entry_points.txt
src/flachtex.egg-info/not-zip-safe
src/flachtex.egg-info/top_level.txt
src/flachtex/rules/__init__.py
src/flachtex/rules/import_rules.py
src/flachtex/rules/skip_rules.py
src/flachtex/rules/substitution_rules.py
tests/test_command_finder.py
tests/test_command_substitution.py
tests/test_origin.py
tests/test_traceable_string.py
tests/tests.py