Documentation
¶
Overview ¶
Package python implements the `sovgen python` subcommand. It hits a running gateway's /rpc/_introspect, walks the catalog, and emits a single Python file: SovError + SovClient runtime + one @dataclass per named Go type + one class per router with one typed method per RPC.
Generated code targets:
- httpx (pip install httpx) — sync client used by SovClient
- dataclasses (stdlib) — request/response shapes
- typing (stdlib) — Optional/Any
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.