Metadata-Version: 2.5
Name: enbor-sdk
Version: 0.2.0
Summary: Generated Python SDK for the Enbor control-plane API
Project-URL: Homepage, https://github.com/realmroot/enbor
Project-URL: Repository, https://github.com/realmroot/enbor
Project-URL: Issues, https://github.com/realmroot/enbor/issues
License-Expression: Apache-2.0
Requires-Python: >=3.11
Requires-Dist: attrs>=22.2.0
Requires-Dist: httpx<0.29.0,>=0.23.1
Requires-Dist: websockets<16.0,>=14.0
Description-Content-Type: text/markdown

# Enbor Python SDK

This directory is generated from [`../openapi.json`](../openapi.json). Do not
edit generated files by hand or treat this README as API documentation.

Install the published package from PyPI:

```bash
pip install enbor-sdk
```

The distribution exposes the `enbor_sdk` import package. Releases are published
with PyPI Trusted Publishing from the repository's `pypi` GitHub environment.

Observable product and API behavior is specified in [`../../spec/`](../../spec/).
Exact paths, methods, and schemas are published in the generated OpenAPI document.
