pip/src/pip/_internal/commands
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 Change commands_dict to a normal dictionary 2021-07-23 17:54:46 +01:00
cache.py cache: Do not raise error when there are no files to remove 2021-09-28 14:17:58 +03:00
check.py Harmonize type signature of Command.run() 2021-09-03 10:00:20 -07:00
completion.py Add completion script for powershell (#9025) 2022-04-15 09:32:42 +01:00
configuration.py Improve ``pip config --help`` text (#11074) 2022-04-29 10:32:52 +01:00
debug.py Update pre-commit hooks 2022-04-04 16:02:02 +03:00
download.py Rename all {req -> build}_tracker arguments/variables 2022-03-26 12:09:32 +00:00
freeze.py Consistently stylise multi-line help strings 2021-07-23 17:54:49 +01:00
hash.py Blacken src/pip/_internal/commands/ 2021-07-23 17:54:08 +01:00
help.py Blacken src/pip/_internal/commands/ 2021-07-23 17:54:08 +01:00
index.py Replace vendored html5lib with stdlib 2022-01-28 06:45:57 +00:00
install.py Add new --config-settings option to install and wheel commands 2022-04-21 18:30:48 +01:00
list.py Replace Iterator[T] with Generator[T,None, None] (#11007) 2022-04-09 16:11:58 +01:00
search.py Use backticks to denote a command 2021-07-23 17:54:49 +01:00
show.py Merge pull request #10827 from q0w/project-urls 2022-04-23 21:39:51 +01:00
uninstall.py Make the root warning silence flag multi-state (#11035) 2022-04-14 18:10:19 +01:00
wheel.py Add new --config-settings option to install and wheel commands 2022-04-21 18:30:48 +01:00