Metadata-Version: 2.1
Name: platformspec
Version: 0.1.0
Summary: The Platform Specification Python SDK
License: Apache-2.0
Author: Josh West
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pydantic (>=2.10.3,<3.0.0)
Description-Content-Type: text/markdown

# 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.

