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 | |
Reader for Nebius CLI-style configuration files. |
| Exception | |
Base exception for configuration-related errors. |
| Exception | |
Raised when a requested parent id is missing or explicitly disabled. |
| Variable | |
Undocumented |
| Variable | log |
Undocumented |