Let us walk on the 3-isogeny graph
|
Data Structures | |
class | AggregatingLocator |
class | DirectoryLocator |
class | DistPathLocator |
class | JSONLocator |
class | Locator |
class | Page |
class | PyPIJSONLocator |
class | PyPIRPCLocator |
class | RedirectHandler |
class | SimpleScrapingLocator |
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' |
get_all_distribution_names | ( | url = None | ) |
Return all distribution names known by an index. :param url: The URL of the index. :return: A list of all known distribution names.
Definition at line 41 of file locators.py.
References i.
Definition at line 37 of file locators.py.
Definition at line 39 of file locators.py.
HTML_CONTENT_TYPE = re.compile('text/html|application/x(ht)?ml') |
Definition at line 38 of file locators.py.
logger = logging.getLogger(__name__) |
Definition at line 34 of file locators.py.