1 مستودع
Tools for listing installed software and exporting environment metadata for programmatic analysis.
Distinct from Python Environment Managers: Distinct from Python Environment Managers: focuses on inspecting existing environments rather than switching or creating them.
Explore 1 awesome GitHub repository matching development tools & productivity · Distribution Metadata Inspection. Refine with filters or upvote what's useful.
pip is a Python package manager used to install, update, and remove software libraries from the Python Package Index and other remote repositories. It functions as a dependency resolver that calculates compatible version sets for complex software trees, an environment inspector for analyzing installed distributions, and a wheel builder that compiles source distributions into binary files. The tool supports various installation methods, including fetching packages directly from web URLs and Git commits, as well as installing packages in editable mode for active development. It enables the crea
Lists installed distributions and outputs environment metadata in structured formats for programmatic analysis.