Metadata-Version: 2.4
Name: otaro
Version: 0.0.7
Summary: Add your description here
Author-email: SK <limsweekiat@gmail.com>
Requires-Python: >=3.9
Requires-Dist: click>=8.1.8
Requires-Dist: dirtyjson>=1.0.8
Requires-Dist: fastapi>=0.115.8
Requires-Dist: litellm>=1.61.16
Requires-Dist: pydantic>=2.10.6
Requires-Dist: pyparsing>=3.2.1
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: uvicorn>=0.34.0
Description-Content-Type: text/markdown

# otaro

## Examples

See `./examples`

## Deploy API

Run `otaro` to deploy a config file as an API.

```
$ otaro examples/poet.yaml
```

Navigate to "https://localhost:8000" to view and test the API documentation.
