| __init__.py |
Contains purely network-related utilities.
|
50 |
- |
| auth.py |
Network Authentication Helpers
Contains interface (MultiDomainBasicAuth) and associated glue code for
providing credentials in the context of network requests.
|
20809 |
- |
| cache.py |
HTTP cache implementation.
|
4614 |
- |
| download.py |
Download files with progress indicators.
|
6048 |
- |
| lazy_wheel.py |
Lazy ZIP over HTTP |
7622 |
- |
| session.py |
PipSession and supporting code, containing all pip-specific
network request configuration and behavior.
|
18771 |
- |
| utils.py |
Given a requests Response, provide the data chunks. |
4088 |
- |
| xmlrpc.py |
xmlrpclib.Transport implementation
|
1838 |
- |