LICENSE
README.md
pyproject.toml
modguard/__init__.py
modguard/add.py
modguard/check.py
modguard/cli.py
modguard/init.py
modguard/loading.py
modguard/show.py
modguard/colors/__init__.py
modguard/constants/__init__.py
modguard/core/__init__.py
modguard/core/config.py
modguard/core/module.py
modguard/errors/__init__.py
modguard/filesystem/__init__.py
modguard/filesystem/module.py
modguard/filesystem/project.py
modguard/filesystem/service.py
modguard/parsing/__init__.py
modguard/parsing/ast_visitor.py
modguard/parsing/config.py
modguard/parsing/imports.py
modguard/parsing/interface.py
modguard/parsing/modules.py
tach.egg-info/PKG-INFO
tach.egg-info/SOURCES.txt
tach.egg-info/dependency_links.txt
tach.egg-info/entry_points.txt
tach.egg-info/requires.txt
tach.egg-info/top_level.txt
tests/test_add.py
tests/test_check.py
tests/test_cli.py
tests/test_init.py
tests/test_module_trie.py
tests/test_parsing.py
tests/test_show.py