CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
examples/README.md
examples/advanced_example.py
examples/basic_example.py
examples/batch_convert.py
src/txt_to_epub/__init__.py
src/txt_to_epub/core.py
src/txt_to_epub/css.py
src/txt_to_epub/data_structures.py
src/txt_to_epub/html_generator.py
src/txt_to_epub/llm_parser_assistant.py
src/txt_to_epub/output_helper.py
src/txt_to_epub/parser.py
src/txt_to_epub/parser_config.py
src/txt_to_epub/resume_state.py
src/txt_to_epub/word_count_validator.py
src/txt_to_epub/ai/__init__.py
src/txt_to_epub/ai/cover_generator.py
src/txt_to_epub/ai/illustration_generator.py
src/txt_to_epub/ai/metadata_generator.py
src/txt_to_epub/llm/__init__.py
src/txt_to_epub/llm/chapter_assistant.py
src/txt_to_epub/llm/client.py
src/txt_to_epub/llm/data_structures.py
src/txt_to_epub/llm/disambiguation.py
src/txt_to_epub/llm/format_identifier.py
src/txt_to_epub/llm/prompt_builder.py
src/txt_to_epub/llm/structure_inferrer.py
src/txt_to_epub/llm/title_generator.py
src/txt_to_epub/llm/toc_assistant.py
src/txt_to_epub/parser/__init__.py
src/txt_to_epub/parser/core.py
src/txt_to_epub/parser/language_detector.py
src/txt_to_epub/parser/patterns.py
src/txt_to_epub/parser/title_enhancer.py
src/txt_to_epub/parser/toc_remover.py
src/txt_to_epub/parser/validator.py
src/txt_to_epub/validator/__init__.py
src/txt_to_epub/validator/analyzer.py
src/txt_to_epub/validator/counter.py
src/txt_to_epub/validator/messages.py
src/txt_to_epub/validator/reporter.py
src/txt_to_epub/validator/word_count_validator.py
src/txt_to_epub_converter.egg-info/PKG-INFO
src/txt_to_epub_converter.egg-info/SOURCES.txt
src/txt_to_epub_converter.egg-info/dependency_links.txt
src/txt_to_epub_converter.egg-info/requires.txt
src/txt_to_epub_converter.egg-info/top_level.txt
tests/test_ai_cover.py
tests/test_ai_illustration.py
tests/test_ai_metadata.py
tests/test_basic.py