LICENSE
README.md
pyproject.toml
src/venvy/__init__.py
src/venvy/cli.py
src/venvy/py.typed
src/venvy/commands/__init__.py
src/venvy/commands/create.py
src/venvy/commands/create_cmd.py
src/venvy/commands/hook_cmd.py
src/venvy/commands/info.py
src/venvy/commands/inject_cmd.py
src/venvy/commands/pip_cmd.py
src/venvy/commands/requirements.py
src/venvy/commands/shell_cmd.py
src/venvy/commands/shell_init.py
src/venvy/commands/status_cmd.py
src/venvy/core/__init__.py
src/venvy/core/config.py
src/venvy/core/hook.py
src/venvy/core/injector.py
src/venvy/core/pip_hook.py
src/venvy/core/pip_interceptor.py
src/venvy/core/pip_wrapper.py
src/venvy/core/requirements.py
src/venvy/core/requirements_manager.py
src/venvy/core/venv.py
src/venvy/core/venv_manager.py
src/venvy/utils/__init__.py
src/venvy/utils/console.py
src/venvy/utils/platform_utils.py
src/venvy/utils/shell.py
src/vvenv.egg-info/PKG-INFO
src/vvenv.egg-info/SOURCES.txt
src/vvenv.egg-info/dependency_links.txt
src/vvenv.egg-info/entry_points.txt
src/vvenv.egg-info/requires.txt
src/vvenv.egg-info/top_level.txt
tests/test_config.py
tests/test_core.py
tests/test_requirements.py