Skip to main content

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
REGISTRY
Display name for PyPI used in not-found and API-response error messages.

Functions§

package_url
Returns the URL for a package’s page on pypi.org.