pip
https://github.com/pypa/pip
Python
The Python package installer
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported96 Subscribers
View all SubscribersAdd a CodeTriage badge to pip
Help out
- Issues
- Require minimum pip version
- optimize package installation for space and speed by using copy-on-write file clones ("reflinks") and storing wheel cache unpacked
- Allow --no-binary and --only-binary per index
- Block `requirements(\-.*)?\.txt` on accidental installation
- Test suite appears to have a dependency on the user's global git config
- Make pip gracefully detect git servers that don't support `--filter=blob:none`
- Document that NETRC environment variable is supported
- Potential bug on install requirements mutation during dependency resolution
- Is there a way to create / install universal2 pip packages on Darwin
- Authentication prioritize .netrc credentials over ones from url.
- Docs
- Python not yet supported