.gitignore
.pre-commit-hooks.yaml
LICENSE
README.md
dev-requirements.txt
mkdocs.yml
pyproject.toml
tach.yml
.github/workflows/ci.yml
.github/workflows/publish.yml
.github/workflows/publish_docs.yml
docs/configuration.md
docs/faq.md
docs/favicon.ico
docs/getting-started.md
docs/index.md
docs/strict-mode.md
docs/tach-ignore.md
docs/tach_demo.mp4
docs/usage.md
docs/why-tach.md
tach/__init__.py
tach/check.py
tach/clean.py
tach/cli.py
tach/loading.py
tach/package.yml
tach/pkg.py
tach/sync.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/colors/package.yml
tach/constants/__init__.py
tach/constants/package.yml
tach/core/__init__.py
tach/core/config.py
tach/core/package.py
tach/core/package.yml
tach/errors/__init__.py
tach/errors/package.yml
tach/filesystem/__init__.py
tach/filesystem/install.py
tach/filesystem/package.py
tach/filesystem/package.yml
tach/filesystem/project.py
tach/filesystem/service.py
tach/hooks/__init__.py
tach/hooks/package.yml
tach/hooks/pre_commit.py
tach/interactive/__init__.py
tach/interactive/package.yml
tach/interactive/packages.py
tach/parsing/__init__.py
tach/parsing/ast_visitor.py
tach/parsing/config.py
tach/parsing/imports.py
tach/parsing/interface.py
tach/parsing/package.yml
tach/parsing/packages.py
tests/__init__.py
tests/test_check.py
tests/test_cli.py
tests/test_init.py
tests/test_package_trie.py
tests/test_parsing.py
tests/test_show.py
tests/example/__init__.py
tests/example/domain_one/__init__.py
tests/example/domain_one/package.yml
tests/example/domain_one/subdomain/__init__.py
tests/example/domain_one/subdomain/package.yml
tests/example/domain_three/__init__.py
tests/example/domain_three/core.py
tests/example/domain_three/package.yml
tests/example/domain_two/__init__.py
tests/example/domain_two/core.py
tests/example/domain_two/package.yml
tests/example/domain_two/subdomain/__init__.py
tests/example/domain_two/subdomain/package.yml
tests/example/invalid/__init__.py
tests/example/invalid/package.yml
tests/example/invalid/tach.yml
tests/example/invalid/empty/__init__.py
tests/example/invalid/empty/package.yml
tests/example/invalid/empty/tach.yml
tests/example/invalid/hidden/__init__.py
tests/example/invalid/hidden/tach.yml
tests/example/invalid/hidden/.hidden/__init__.py
tests/example/invalid/hidden/.hidden/package.yml
tests/example/invalid/hidden/unhidden/__init__.py
tests/example/invalid/hidden/unhidden/package.yml
tests/example/invalid/hidden/unhidden/secret.py
tests/example/valid/__init__.py
tests/example/valid/tach.yml
tests/example/valid/domain_one/__init__.py
tests/example/valid/domain_one/package.yml
tests/example/valid/domain_three/__init__.py
tests/example/valid/domain_three/package.yml
tests/example/valid/domain_two/__init__.py
tests/example/valid/domain_two/package.yml