Module registry

Module registry 

Source
Expand description

PyPI registry client.

Provides access to the PyPI registry via:

All HTTP requests are cached aggressively using ETag/Last-Modified headers.

Structs§

PypiRegistry
Client for interacting with the PyPI registry.

Constants§

PYPI_URL
Base URL for package pages on pypi.org

Functions§

normalize_package_name
Normalize package name according to PEP 503.
package_url
Returns the URL for a package’s page on pypi.org.