Metadata-Version: 2.4
Name: codeceo
Version: 0.3.1
Summary: CodeCEO client.
Author: CodeCEO
License: MIT
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27
Requires-Dist: mcp>=1.2
Requires-Dist: qrcode[pil]>=7.4
Provides-Extra: voice
Requires-Dist: piper-tts>=1.4; extra == 'voice'
Description-Content-Type: text/markdown

# codeceo

Client for the CodeCEO service. Setup instructions are provided with your invite.

Install (the `[voice]` extra is recommended for everyone — it enables local voice):

```bash
pip install 'codeceo[voice]'
```

Then run `codeceo setup`.
