LICENSE
setup.py
src/pipx/__init__.py
src/pipx/__main__.py
src/pipx/animate.py
src/pipx/colors.py
src/pipx/constants.py
src/pipx/emojis.py
src/pipx/interpreter.py
src/pipx/main.py
src/pipx/package_specifier.py
src/pipx/paths.py
src/pipx/pipx_metadata_file.py
src/pipx/shared_libs.py
src/pipx/standalone_python.py
src/pipx/util.py
src/pipx/venv.py
src/pipx/venv_inspect.py
src/pipx/version.py
src/pipx/version.pyi
src/pipx.egg-info/PKG-INFO
src/pipx.egg-info/SOURCES.txt
src/pipx.egg-info/dependency_links.txt
src/pipx.egg-info/entry_points.txt
src/pipx.egg-info/requires.txt
src/pipx.egg-info/top_level.txt
src/pipx/commands/__init__.py
src/pipx/commands/common.py
src/pipx/commands/ensure_path.py
src/pipx/commands/environment.py
src/pipx/commands/inject.py
src/pipx/commands/install.py
src/pipx/commands/interpreter.py
src/pipx/commands/list_packages.py
src/pipx/commands/pin.py
src/pipx/commands/reinstall.py
src/pipx/commands/run.py
src/pipx/commands/run_pip.py
src/pipx/commands/uninject.py
src/pipx/commands/uninstall.py
src/pipx/commands/upgrade.py
tests/test_animate.py
tests/test_completions.py
tests/test_emojis.py
tests/test_environment.py
tests/test_inject.py
tests/test_install.py
tests/test_install_all.py
tests/test_install_all_packages.py
tests/test_interpreter.py
tests/test_list.py
tests/test_main.py
tests/test_package_specifier.py
tests/test_pin.py
tests/test_pipx_metadata_file.py
tests/test_reinstall.py
tests/test_reinstall_all.py
tests/test_run.py
tests/test_runpip.py
tests/test_shared_libs.py
tests/test_standalone_interpreter.py
tests/test_uninject.py
tests/test_uninstall.py
tests/test_uninstall_all.py
tests/test_unpin.py
tests/test_upgrade.py
tests/test_upgrade_all.py
tests/test_upgrade_shared.py