module documentation

CLI-style configuration reader used by the SDK.

This module provides a small Config helper to read Nebius CLI-style configuration files and translate profile entries into credential bearers that the SDK can use. It supports multiple auth types such as federation and service-account credentials and will prefer an environment-supplied token if present.

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