LICENSE
MANIFEST.in
README.md
pyproject.toml
src/kenkui/__init__.py
src/kenkui/__main__.py
src/kenkui/api_client.py
src/kenkui/chapter_classifier.py
src/kenkui/chapter_filter.py
src/kenkui/config.py
src/kenkui/file_finder.py
src/kenkui/helpers.py
src/kenkui/huggingface_auth.py
src/kenkui/log.py
src/kenkui/models.py
src/kenkui/parsing.py
src/kenkui/post_processing.py
src/kenkui/processor.py
src/kenkui/queue.py
src/kenkui/utils.py
src/kenkui/voice_loader.py
src/kenkui/voice_registry.py
src/kenkui/workers.py
src/kenkui.egg-info/PKG-INFO
src/kenkui.egg-info/SOURCES.txt
src/kenkui.egg-info/dependency_links.txt
src/kenkui.egg-info/entry_points.txt
src/kenkui.egg-info/requires.txt
src/kenkui.egg-info/top_level.txt
src/kenkui/cli/__init__.py
src/kenkui/cli/add.py
src/kenkui/cli/config.py
src/kenkui/cli/queue.py
src/kenkui/cli/voices.py
src/kenkui/nlp/__init__.py
src/kenkui/nlp/_filters.py
src/kenkui/nlp/attribution.py
src/kenkui/nlp/booknlp_roster.py
src/kenkui/nlp/chunker.py
src/kenkui/nlp/entities.py
src/kenkui/nlp/llm.py
src/kenkui/nlp/models.py
src/kenkui/nlp/quotes.py
src/kenkui/nlp/setup.py
src/kenkui/readers/__init__.py
src/kenkui/readers/epub.py
src/kenkui/readers/fb2.py
src/kenkui/readers/mobi.py
src/kenkui/samples/Les Miserables - Victor Hugo.epub
src/kenkui/samples/Pride and Predjudice.epub
src/kenkui/samples/__init__.py
src/kenkui/server/__init__.py
src/kenkui/server/api.py
src/kenkui/server/server.py
src/kenkui/server/worker.py
src/kenkui/voices/__init__.py
src/kenkui/voices/default.txt
src/kenkui/voices/download.py
tests/test_api_client.py
tests/test_chapter_classifier.py
tests/test_chapter_filter.py
tests/test_cli.py
tests/test_full_flow.py
tests/test_huggingface_auth.py
tests/test_models.py
tests/test_multi_voice_models.py
tests/test_name_filters.py
tests/test_nlp_attribution.py
tests/test_nlp_booknlp_roster.py
tests/test_nlp_chunker.py
tests/test_nlp_entities.py
tests/test_nlp_pipeline_split.py
tests/test_nlp_quotes.py
tests/test_nlp_segments.py
tests/test_parsing.py
tests/test_post_processing.py
tests/test_queue_pipeline.py
tests/test_queue_progress.py
tests/test_utils.py
tests/test_voice_download.py
tests/test_voice_review_ux.py
tests/test_wizard_navigation.py
tests/test_workers.py
tests/test_workers_pause.py