Python SDK Status
KalamDB has Python SDK docs for async SQL helpers and live query streams:
Release metadata lists a kalamdb Python SDK package for the current 0.5.3-rc.1 line,
but the public package install path is not linked from the site config yet. Treat Python
package publishing as in-progress until the docs include a concrete install command.
Current Recommendation For Python Services
For production integrations that need a stable install path, use the protocol docs directly:
For Python-facing examples, use the Python SDK docs above as the API shape reference, then verify package availability before shipping.
Expected Scope
- SQL execution over the HTTP API
- JWT authentication helpers
- realtime subscriptions
- topic consume/ack worker APIs
- FILE column upload helpers
Last updated on