package documentation

Protobuf helper utilities for the Nebius SDK.

This package provides lightweight helpers that wrap protobuf descriptors and generated message classes used throughout the SDK. The helpers focus on introspection (descriptor lookups) and convenience wrappers rather than implementing the protobuf runtime itself.

Module descriptor Descriptor lookup helpers for protobuf definitions.
Module pb_classes Runtime wrappers for protobuf messages, maps, and repeated fields.
Module pb_enum Enum base class with descriptor lookup support.
Module pythonic_names Utilities for deriving Python-friendly names from protobuf identifiers.
Module unset Singleton sentinel representing an unset optional parameter.
Module well_known Adapters and mask helpers for well-known protobuf types.