- Overview
- API reference
- Python
- Overview
Python API reference
Use this reference with the linked workflow and security guidance on each API page.
Groups
Section titled “Groups”| Group | Description |
|---|---|
| Client & lifecycle | Client lifecycle, readiness, and preflight. |
| Clock diagnostics | ECN-relative clock measurement and tolerance checks. |
| Configuration & authentication | Explicit configuration, credentials, and TLS. |
| Entities | Typed entity publication and observation. |
| Locations | Location observation and PLI publication. |
| Tasks | Typed task registration and dispatch. |
| Event streams | Bounded async event delivery. |
| Diagnostics & preflight | Connection status, preflight, and receipts. |
| Protobuf helpers | Bounded protobuf decoding helpers. |
| Exceptions | Public error hierarchy and codes. |
| Offline testing | Offline mock ECN test surface. |
| Reusable workflows | Reusable reviewed workflows shared by examples and notebooks. |
__version__
Section titled “__version__”from picogrid_ecn_client import __version____version__ = '0.2.0'The installed package version.
Version 0.2.0 · branch main
