nat.registry_handlers.pypi.register_pypi#

Classes#

PypiRegistryHandlerConfig

Registry handler for interacting with a remote PyPI registry index.

Functions#

Module Contents#

class PypiRegistryHandlerConfig#

Bases: nat.data_models.registry_handler.RegistryHandlerBaseConfig

Registry handler for interacting with a remote PyPI registry index.

endpoint: str = None#
token: nat.data_models.common.OptionalSecretStr = None#
publish_route: str = None#
pull_route: str = None#
search_route: str = None#
async pypi_publish_registry_handler(config: PypiRegistryHandlerConfig)#