Reference · hexaeight-sdk · in progress
Python SDK Reference
The Python SDK is in active development. The API surface mirrors the
.NET Bridge with idiomatic snake_case bindings,
using pythonnet as the CoreCLR host.
Status: Pre-release. Sign up at [email protected]
to be notified when the first PyPI build ships.
Naming map (planned)
| .NET Bridge | Python SDK |
|---|---|
new Client() | await HexaEight.connect() |
EncryptEnvelopeAsync | he.envelope.encrypt() |
DecryptEnvelopeAsync | he.envelope.decrypt() |
FetchAskAsync | he.ask.fetch() |
SaveAskCacheAsync | he.ask.save() |
See also
- .NET Bridge API
- Wire Format Spec — useful for hand-rolled Python integrations against the wire.