1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal/cli
2020-08-12 16:07:27 +07:00
..
__init__.py Move baseparser into pip._internal.cli 2018-07-29 18:26:28 +05:30
autocompletion.py remove disallow_untyped_defs=False for most of pip._internal.cli modules 2019-12-13 09:58:52 +03:00
base_command.py feat(pip/_internal/*): Use custom raise_for_status method 2020-07-08 18:08:55 +05:30
cmdoptions.py Use lazy wheel to obtain dep info for new resolver 2020-07-21 16:00:34 +07:00
command_context.py remove disallow_untyped_defs=False for most of pip._internal.cli modules 2019-12-13 09:58:52 +03:00
main.py string_formatting 2020-01-30 20:33:00 +05:30
main_parser.py Convert the remaining '%' formatters to '.format'. Fixes #6973. 2020-03-06 12:43:03 -05:00
parser.py Convert the remaining '%' formatters to '.format'. Fixes #6973. 2020-03-06 12:43:03 -05:00
progress_bars.py Fix src/pip with flake8-bugbear 2020-06-10 00:36:03 +05:30
req_command.py Give batch downloader a separate class 2020-08-12 16:07:27 +07:00
spinners.py 👹 Feed the hobgoblins (delint). 2020-03-06 12:43:10 -05:00
status_codes.py Move status_codes to pip._internal.cli 2018-07-30 09:43:53 +05:30