Metadata-Version: 2.4
Name: grctl-sdk-python
Version: 0.1.2
Summary: The Python SDK for the Ground Control
Author: cemevren
Author-email: cemevren <cemevren@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
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
Requires-Python: >=3.13
Project-URL: Homepage, https://github.com/cemevren/grctl
Project-URL: Documentation, https://cemevren.github.io/grctl/
Project-URL: Repository, https://github.com/cemevren/grctl
Project-URL: Issues, https://github.com/cemevren/grctl/issues
Project-URL: Changelog, https://github.com/cemevren/grctl/blob/main/sdk_python/CHANGELOG.md
Description-Content-Type: text/markdown

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