.gitignore
.python-version
HACKING.md
INSTALL.md
LICENSE
Makefile
README.md
pyproject.toml
setup.cfg
tox.ini
.cookiecutter/cookiecutter.json
.cookiecutter/includes/README.md
.cookiecutter/includes/setuptools/entry_points
.cookiecutter/includes/tox/deps
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/pypi.yml
bin/make_python
bin/make_template
src/tox_faster/__init__.py
src/tox_faster/main.py
src/tox_faster.egg-info/PKG-INFO
src/tox_faster.egg-info/SOURCES.txt
src/tox_faster.egg-info/dependency_links.txt
src/tox_faster.egg-info/entry_points.txt
src/tox_faster.egg-info/top_level.txt
tests/__init__.py
tests/pyproject.toml
tests/functional/__init__.py
tests/functional/tox_faster_test.py
tests/unit/__init__.py
tests/unit/tox_faster/__init__.py
tests/unit/tox_faster/main_test.py