Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 368 Bytes

File metadata and controls

8 lines (5 loc) · 368 Bytes

python-sdk

Python SDK for The Platform Specification

Provides the API types for The Platform Specification, for usage within Python and Pydantic v2.

Expects the CRD manifests within the crd/ folder, which can be generated from the Platform Spec go-sdk project with make manifests.

Run poetry install --with=dev && bin/generate to generate the Python API.