|
Let us walk on the 3-isogeny graph
|
Go to the source code of this file.
Data Structures | |
| class | RedirectHandler |
| class | Locator |
| class | PyPIRPCLocator |
| class | PyPIJSONLocator |
| class | Page |
| class | SimpleScrapingLocator |
| class | DirectoryLocator |
| class | JSONLocator |
| class | DistPathLocator |
| class | AggregatingLocator |
Namespaces | |
| namespace | pip |
| namespace | pip._vendor |
| namespace | pip._vendor.distlib |
| namespace | pip._vendor.distlib.locators |
Functions | |
| get_all_distribution_names (url=None) | |
Variables | |
| logger = logging.getLogger(__name__) | |
| HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)') | |
| CHARSET = re.compile(r';\s*charset\s*=\s*(.*)\s*$', re.I) | |
| HTML_CONTENT_TYPE = re.compile('text/html|application/x(ht)?ml') | |
| str | DEFAULT_INDEX = 'https://pypi.org/pypi' |