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
- Merging with pip-tools
- Provide CLI users with a bash command to update their PATH
- optimize package installation for space and speed by using copy-on-write file clones ("reflinks") and storing wheel cache unpacked
- Standardise link repr in logs
- Allow --no-binary and --only-binary per index
- Implement per-index binary/source format restriction (pypa#11071)
- 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`
- `pip` should drop rights when it builds wheels. Also it may make sense to sandbox the building process from i.e. introducing malware into `.bashrc` with the tools like `firejail`, if they are available in the system.
- Docs
- Python not yet supported