Metadata-Version: 2.4
Name: dora-kokoro-tts
Version: 0.4.1
Summary: dora-kokoro-tts
Author-email: Your Name <email@email.com>
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: dora-rs>=0.3.9
Requires-Dist: kokoro>=0.2.2
Requires-Dist: soundfile>=0.13.1
Requires-Dist: misaki[zh]
Requires-Dist: en-core-web-sm

# dora-kokoro-tts

## Getting started

- Install it with pip:

```bash
uv venv -p 3.11 --seed
uv pip install -e .
```

## Contribution Guide

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

```bash
uv run ruff check . --fix
```

- Lint with ruff:

```bash
uv run ruff check .
```

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

```bash
uv run pytest . # Test
```

## YAML Specification

## Examples

## License

dora-kokoro-tts's code are released under the MIT License
