module documentation

CLI-style configuration reader used by the SDK.

The Config helper reads Nebius CLI-style configuration files. It converts profile entries to SDK credential bearers. It supports federation and service-account credentials. An environment token has priority when it is available.

The primary entrypoint is Config.get_credentials which returns a credentials object ready to be consumed by nebius.aio.channel.Channel.

Class Config Reader for Nebius CLI-style configuration files.
Exception ConfigError Base exception for configuration-related errors.
Exception NoParentIdError Raised when a requested parent id is missing or explicitly disabled.
Variable Credentials Undocumented
Variable log Undocumented
Credentials = (source)

Undocumented

Undocumented