.coveragerc
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
uv.lock
.github/FUNDING.yml
.github/disabled-workflows/test-slow.yaml
.github/workflows/publish.yaml
.github/workflows/test.yaml
narrate_gpt/__init__.py
narrate_gpt/cli.py
narrate_gpt/constants.py
narrate_gpt/llm.py
narrate_gpt/text.py
narrate_gpt.egg-info/PKG-INFO
narrate_gpt.egg-info/SOURCES.txt
narrate_gpt.egg-info/dependency_links.txt
narrate_gpt.egg-info/entry_points.txt
narrate_gpt.egg-info/requires.txt
narrate_gpt.egg-info/top_level.txt
narrate_gpt/tts/__init__.py
narrate_gpt/tts/inworld.py
narrate_gpt/tts/openai.py
tests/__init__.py
tests/conftest.py
tests/test_nothing.py