LICENSE
README.md
pyproject.toml
src/secpipw/__init__.py
src/secpipw/__main__.py
src/secpipw/cache_refresh.py
src/secpipw/cli.py
src/secpipw/install_checks.py
src/secpipw/install_plan.py
src/secpipw/package_install.py
src/secpipw/pip_args.py
src/secpipw/pip_bridge.py
src/secpipw/pip_guard.py
src/secpipw/pth_monitor.py
src/secpipw/pypi_api.py
src/secpipw/release_checks.py
src/secpipw/severity.py
src/secpipw/terminal.py
src/secpipw/tool_bridge.py
src/secpipw/typo.py
src/secpipw/warning_gate.py
src/secpipw.egg-info/PKG-INFO
src/secpipw.egg-info/SOURCES.txt
src/secpipw.egg-info/dependency_links.txt
src/secpipw.egg-info/entry_points.txt
src/secpipw.egg-info/requires.txt
src/secpipw.egg-info/top_level.txt
src/secpipw/data/pypi-project-names.json
tests/test_install_checks.py
tests/test_install_plan.py
tests/test_package_install.py
tests/test_pip_bridge.py
tests/test_pip_guard.py
tests/test_pth_monitor.py
tests/test_pypi_api.py
tests/test_release_checks.py
tests/test_severity.py
tests/test_tool_bridge.py
tests/test_typo.py
tests/test_warning_gate.py