Metadata-Version: 2.2
Name: dora-outtetts
Version: 0.3.10rc0
Summary: dora-outtetts
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: dora-rs>=0.3.6
Requires-Dist: numpy<2.0.0
Requires-Dist: pyarrow>=5.0.0
Requires-Dist: outetts>=0.2.3
Requires-Dist: llama-cpp-python

# dora-outtetts

## Getting started

- Install it with pip:

```bash
pip install -e .
```

## Contribution Guide

- Format with [ruff](https://docs.astral.sh/ruff/):

```bash
ruff check . --fix
```

- Lint with ruff:

```bash
ruff check .
```

- Test with [pytest](https://github.com/pytest-dev/pytest)

```bash
pytest . # Test
```

## YAML Specification

## Examples

## License

dora-outtetts's code are released under the MIT License
