.codecov.yml
.coveragerc
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
noxfile.py
pyproject.toml
setup.cfg
setup.py
coverage-site-customize/sitecustomize.py
requirements/build.txt
requirements/debug.txt
requirements/tests.in
requirements/py3.10/tests.txt
requirements/py3.5/tests.txt
requirements/py3.6/tests.txt
requirements/py3.7/tests.txt
requirements/py3.8/tests.txt
requirements/py3.9/tests.txt
tests/__init__.py
tests/conftest.py
tests/functional/__init__.py
tests/functional/test_run_python_file.py
tests/functional/test_source_package.py
tests/integration/__init__.py
tests/integration/test_cffi.py
tests/integration/test_dependant_install.py
tests/integration/test_docopt.py
tests/integration/test_libvirt.py
tests/integration/test_list.py
tests/integration/test_ncclient.py
tests/integration/test_no_binary_no_deps.py
tests/integration/test_package_name_canonicalization.py
tests/integration/test_source_execution.py
tests/integration/test_typed_ast.py
tests/integration/test_upgrade_and_version_reported.py
tests/integration/typed_ast/__init__.py
tests/support/__init__.py
tests/support/helpers.py
tests/unit/__init__.py
tests/unit/test_cli.py
tiamat_pip.egg-info/PKG-INFO
tiamat_pip.egg-info/SOURCES.txt
tiamat_pip.egg-info/dependency_links.txt
tiamat_pip.egg-info/entry_points.txt
tiamat_pip.egg-info/not-zip-safe
tiamat_pip.egg-info/requires.txt
tiamat_pip.egg-info/top_level.txt
tiamatpip/__init__.py
tiamatpip/cli.py
tiamatpip/configure.py
tiamatpip/patches.py
tiamatpip/py.typed
tiamatpip/store.py
tiamatpip/utils.py
tiamatpip/version.py
tiamatpip/hooks/__init__.py
tiamatpip/hooks/hook-tiamatpip.cli.py