Metadata-Version: 2.4
Name: grctl-sdk-python
Version: 0.1.0
Summary: The Python SDK for the grctl platform
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: nats-py>=2.7.0
Requires-Dist: msgspec>=0.18.0
Requires-Dist: python-ulid>=2.0.0
Requires-Dist: pydantic-settings>=2.11.0
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: pydantic>=2.12.5

# Ground Control Python SDK

The official Python SDK for [Ground Control](https://github.com/cemevren/grctl) — a lightweight workflow orchestration engine built for fail-safe execution.

**[Documentation](https://cemevren.github.io/grctl/)**

> [!WARNING]
> **Status: Pre-alpha**
> The API is currently unstable and subject to change.

## Installation

```bash
pip install grctl-sdk-python
```

## Requirements

- Python 3.13 or later
- A running Ground Control server (`grctld`)

## Contributing

Contributions are welcome! Please read our [Contributing Guide](https://github.com/cemevren/grctl/blob/main/CONTRIBUTING.md) for more information.

## Security

Please see our [Security Policy](https://github.com/cemevren/grctl/blob/main/SECURITY.md) for reporting vulnerabilities.

## License

This project is licensed under the Apache License 2.0 - see the [LICENSE](https://github.com/cemevren/grctl/blob/main/LICENSE) file for details.
