.gitignore
.pre-commit-config.yaml
.python-version
Dockerfile.j2
README.rst
pyproject.toml
setup.cfg
setup.py
teststack.toml
tox.ini
.github/workflows/tests.yml
src/teststack/__init__.py
src/teststack/__main__.py
src/teststack/_version.py
src/teststack.egg-info/PKG-INFO
src/teststack.egg-info/SOURCES.txt
src/teststack.egg-info/dependency_links.txt
src/teststack.egg-info/entry_points.txt
src/teststack.egg-info/not-zip-safe
src/teststack.egg-info/requires.txt
src/teststack.egg-info/top_level.txt
src/teststack/commands/__init__.py
src/teststack/commands/containers.py
src/teststack/commands/environment.py
tests/conftest.py
tests/unit/test_cli.py