Labels
Labels
103 labels
- Information Logging
- Related to what pip prints
- Affected by PEP 517 processing
- Dealing with proxies and networking
- Public API stuff
- Using `requirements.txt`
- How scripts and entry points are managed
- 'pip search'
- Involves the setup.py install command directly
- For when someone uses setup_requires
- pip install's --target option's behaviour handling
- Testing and related things
- The logic for uninstallation of packages
- Handling and processing unnamed requirements
- The logic of upgrading packages
- Handling of packages in user-specific directories
- pip's interaction with version control systems like git, svn and bzr
- The wheel format and 'pip wheel' command
- Pull requests that update a dependency file
- Pull requests that update GitHub Actions code
- A good item for first time contributors to work on
- For requesting inputs from other members of the community
- Would be backward incompatible
- For situations where pip crashes
- Is a workaround for a problem
- PR has conflicts with current master
- Linux specific
- MacOS specific
- Windows specific