Metadata-Version: 2.4
Name: cua-fleet
Version: 0.0.3
Summary: Cua Fleet facade for the Cua Cloud Python SDK
Project-URL: Homepage, https://github.com/trycua/cua
Project-URL: Documentation, https://docs.trycua.com
Project-URL: Repository, https://github.com/trycua/cua
Project-URL: Issues, https://github.com/trycua/cua/issues
Author-email: TryCua <hello@trycua.com>
License-Expression: MIT
License-File: LICENSE
Keywords: agents,automation,computer-use,fleet,orchestration,sandbox
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: cua-train<0.2.0,>=0.1.2
Description-Content-Type: text/markdown

# cua-fleet

Cua Fleet facade for the [Cua Cloud](https://run.cua.ai) Python SDK.

```bash
pip install cua-fleet
```

```python
from cua_fleet import TrainClient

client = TrainClient.from_key(
    client_id="ukey-...",
    client_secret="...",
)
```
