Metadata-Version: 2.4
Name: codewords-client
Version: 0.2.0
Summary: Async/Sync Python client for the Codewords runtime API.
Author-email: Osman Ramadan <osman@agemo.ai>
License-Expression: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.25.0

# Codewords Client

This is a client for the Codewords API.

## Installation

```bash
pip install codewords-client
```
