pip/src/pip/_internal/cli
Paul Moore cdeb8f9e63
Merge pull request #11059 from pfmoore/config_settings
Add a UI to set config settings for PEP 517 backends
2022-04-29 12:58:32 +01:00
..
__init__.py Move baseparser into pip._internal.cli 2018-07-29 18:26:28 +05:30
autocompletion.py Include files/folders in `pip install` autocomplete (#10682) 2022-01-25 18:27:09 +00:00
base_command.py Rename `[present-diagnostic]` to `[present-rich]` 2022-04-22 16:36:29 +01:00
cmdoptions.py Merge pull request #11059 from pfmoore/config_settings 2022-04-29 12:58:32 +01:00
command_context.py Replace Iterator[T] with Generator[T,None, None] (#11007) 2022-04-09 16:11:58 +01:00
main.py Convert type hint comments into annotations 2021-06-07 21:19:23 +08:00
main_parser.py Convert type hint comments into annotations 2021-06-07 21:19:23 +08:00
parser.py Replace Iterator[T] with Generator[T,None, None] (#11007) 2022-04-09 16:11:58 +01:00
progress_bars.py Replace Iterator[T] with Generator[T,None, None] (#11007) 2022-04-09 16:11:58 +01:00
req_command.py Don't assume options has a config_settings attribute 2022-04-21 22:53:11 +01:00
spinners.py Replace Iterator[T] with Generator[T,None, None] (#11007) 2022-04-09 16:11:58 +01:00
status_codes.py Remove __future__ imports 2020-12-24 08:38:09 -08:00