LICENSE
README.md
pyproject.toml
tach/__init__.py
tach/add.py
tach/check.py
tach/cli.py
tach/init.py
tach/loading.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
tach/colors/__init__.py
tach/constants/__init__.py
tach/core/__init__.py
tach/core/config.py
tach/core/package.py
tach/errors/__init__.py
tach/filesystem/__init__.py
tach/filesystem/package.py
tach/filesystem/project.py
tach/filesystem/service.py
tach/parsing/__init__.py
tach/parsing/ast_visitor.py
tach/parsing/config.py
tach/parsing/imports.py
tach/parsing/interface.py
tach/parsing/packages.py
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