package documentation

Asynchronous Nebius SDK package.

Module abc Asyncio-related abstract protocols used by the SDK.
Package authorization Authorization interfaces.
Module base Thin wrappers around the underlying gRPC channel used by the SDK.
Module channel High-level gRPC channel manager for the Nebius Python SDK.
Module cli_config CLI-style configuration reader used by the SDK.
Module client Base client classes used by generated SDK clients.
Module constant_channel A tiny channel implementation that routes all calls to a single service/method combination.
Module idempotency Idempotency key interceptor for gRPC aio clients.
Module operation Helpers for working with long-running operations.
Module request Request helper used by generated clients.
Module request_kwargs Request arguments that are passed in all the SDK requests.
Module request_status Types for representing the request status returned by RPCs.
Module service_descriptor Undocumented
Module service_error Helpers for converting service-level protobuf errors into SDK types.
Package token Package for token classes, bearers and receivers.