.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CODE_OF_CONDUCT.md
Dockerfile.j2
LICENSE
Makefile
README.rst
pyproject.toml
setup.cfg
setup.py
teststack.toml
tox.ini
.github/workflows/codeql-analysis.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
docs/conf.py
docs/config.rst
docs/index.rst
docs/usage.rst
docs/commands/containers.rst
docs/commands/environment.rst
docs/commands/index.rst
docs/containers/docker.rst
docs/containers/index.rst
docs/containers/podman.rst
src/teststack/__init__.py
src/teststack/__main__.py
src/teststack/_version.py
src/teststack/errors.py
src/teststack/git.py
src/teststack/utils.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/containers.py
src/teststack/commands/environment.py
src/teststack/containers/docker.py
src/teststack/containers/podman.py
tests/conftest.py
tests/teststack.podman.toml
tests/files/build.output
tests/integration/test_containers.py
tests/integration/test_env.py
tests/testapp/Dockerfile.j2
tests/testapp/poetry.lock
tests/testapp/pyproject.toml
tests/testapp/teststack.toml
tests/testapp/wsgi.py
tests/testapp/app/application.py
tests/testapp/app/config.py
tests/testapp/app/database.py
tests/testapp/app/handlers/v1/__init__.py
tests/testapp/app/handlers/v1/health.py
tests/testapp/tests/conftest.py
tests/testapp/tests/unit/test_health.py
tests/unit/test_cli.py
tests/unit/test_command_containers.py
tests/unit/test_command_env.py
tests/unit/test_git.py