pip/src/pip/_internal
Chris Hunt a3b977330a Separate RECORD path from source file path
When we start processing files directly from the wheel, all we will have
are the files with their zip path (which should match a `RECORD`
entry). Separating this from the source file path (used for copying)
and annotating it with our `RecordPath` type makes it clear what the
format of this public property is, and that it should match what is in
`RECORD`.
2020-07-09 18:23:17 -04:00
..
cli Merge pull request #8501 from uranusjr/refactor-create-link-collector 2020-07-05 21:44:31 -04:00
commands Align write_output types with logger.info 2020-07-07 15:23:05 +05:30
distributions Rename pip._internal.distributions.{source -> sdist} 2020-01-21 17:53:24 +05:30
index Merge pull request #8501 from uranusjr/refactor-create-link-collector 2020-07-05 21:44:31 -04:00
models Return not implmented if class differs 2020-06-03 09:52:56 -07:00
network Rename and wrap LazyZipOverHTTP 2020-06-26 15:15:28 +07:00
operations Separate RECORD path from source file path 2020-07-09 18:23:17 -04:00
req Refactor to apply Mypy strict-optional=True 2020-07-08 20:24:29 +08:00
resolution Skip installing if the version matches locally 2020-07-06 11:06:14 +08:00
utils Align write_output types with logger.info 2020-07-07 15:23:05 +05:30
vcs Fix src/pip with flake8-bugbear 2020-06-10 00:36:03 +05:30
__init__.py Remove shebang from nonexecutable script 2020-04-09 11:53:21 +02:00
build_env.py Merge pull request #8296 from deveshks/mypy-pip-internal 2020-05-31 18:46:31 +02:00
cache.py Add WheelCache method to inform which cache was used 2020-04-01 22:57:00 +02:00
configuration.py Add env and env var values 2020-06-28 16:22:00 +05:30
exceptions.py Raise proper exceptions on metadata mismatch 2020-06-03 03:52:07 +08:00
locations.py Fix header calculation when prefix is given 2020-07-07 18:53:33 +08:00
main.py Setup old entrypoints in pip module 2019-12-19 21:20:51 -05:00
pyproject.py Switch pip's use of pytoml -> toml 2020-04-14 13:07:17 +05:30
self_outdated_check.py Create custom get_distribution function 2020-07-06 13:42:05 +05:30
wheel_builder.py Add type: ignore to requirements loop 2020-06-25 23:27:50 +05:30