v0.1.0 — Initial Release
singularity-grid v0.1.0
Python SDK for the SGL Network confidential compute grid.
Install
pip install singularity-gridFeatures
- GridClient — capacity, models, pricing, job submission, attestation verification
- OpenAI compatibility —
create_openai_client()for drop-in OpenAI SDK usage - Typed models — 10 Pydantic v2 models with full type hints
- Error hierarchy —
SGLAPIError,SGLAuthError,SGLNotFoundError,SGLConnectionError - PEP 561 —
py.typedmarker for downstream type checking