Skip to content

No labels!

There aren’t any labels for this repository quite yet.

auto-bitrotten
auto-bitrotten
PRs that died because they weren't updated
auto-locked
auto-locked
Outdated issues that have been locked by automation
bot:chronographer:provided
bot:chronographer:provided
C: autocomplete
C: autocomplete
Autocompletion in shells (pip completion)
C: automation
C: automation
Automated checks, CI etc
C: build logic
C: build logic
Stuff related to metadata generation / wheel generation
C: cache
C: cache
Dealing with cache and files in it
C: check
C: check
Checking dependency graph for consistency
C: cli
C: cli
Command line interface related things (optparse, option grouping etc)
C: configuration
C: configuration
Configuration management and loading
C: constraint
C: constraint
Dealing with "constraints" (the -c option)
C: debug
C: debug
The debug command
C: dependency resolution
C: dependency resolution
About choosing which dependencies to install
C: direct url
C: direct url
Direct URL references (PEP 440, PEP 508, PEP 610)
C: download
C: download
About fetching data from PyPI and other sources
C: editable
C: editable
Editable installations
C: encoding
C: encoding
Related to text encoding and likely, UnicodeErrors
C: error messages
C: error messages
Improving error messages
C: extras
C: extras
Handling optional dependencies
C: finder
C: finder
PackageFinder and index related code
C: freeze
C: freeze
'pip freeze' related
C: index
C: index
The 'pip index' command
C: inspect
C: inspect
The inspect command
C: install report
C: install report
pip install --report
C: keyring
C: keyring
Related to pip's keyring integration
C: list/show
C: list/show
'pip list' or 'pip show'
C: logging
C: logging
Information Logging
C: network connectivity
C: network connectivity
C: output
C: output
Related to what pip prints
C: PEP 517 impact
C: PEP 517 impact
Affected by PEP 517 processing