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 BridgePython SDK
new Client()await HexaEight.connect()
EncryptEnvelopeAsynche.envelope.encrypt()
DecryptEnvelopeAsynche.envelope.decrypt()
FetchAskAsynche.ask.fetch()
SaveAskCacheAsynche.ask.save()

See also