1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal/index
Tzu-ping Chung a912c5530d Rewrite collect_links
This introduces a collect_sources() method to do the same thing, but
instead of flattening links eagerly, return each repository entry
separately (and return a None for invalid repository options), so
subsequent code can better distinguish which link comes from which
repository.
2021-04-13 03:16:36 +08:00
..
__init__.py Move index interaction code into pip._internal.index 2019-10-19 22:22:12 +05:30
collector.py Rewrite collect_links 2021-04-13 03:16:36 +08:00
package_finder.py Rewrite collect_links 2021-04-13 03:16:36 +08:00
sources.py Rewrite collect_links 2021-04-13 03:16:36 +08:00