.gitignore
AUTHORS.rst
CHANGELOG.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
LICENSE.txt
Makefile
README.rst
SECURITY.md
pyproject.toml
renovate.json
setup.cfg
setup.py
tox.ini
.github/CODEOWNERS
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/release.yml
cache/.gitignore
src/txy/__init__.py
src/txy/cli.py
src/txy.egg-info/PKG-INFO
src/txy.egg-info/SOURCES.txt
src/txy.egg-info/dependency_links.txt
src/txy.egg-info/entry_points.txt
src/txy.egg-info/not-zip-safe
src/txy.egg-info/requires.txt
src/txy.egg-info/top_level.txt
src/txy/command/__init__.py
src/txy/command/activate.py
src/txy/command/create.py
src/txy/command/current.py
src/txy/command/info.py
src/txy/command/list.py
src/txy/command/remove.py
src/txy/exception/__init__.py
src/txy/module/__init__.py
src/txy/module/logger.py
src/txy/module/venv.py
tests/__init__.py
tests/module/__init__.py
tests/module/test_logger.py