README.md
pyproject.toml
src/docx2shelf/__init__.py
src/docx2shelf/__main__.py
src/docx2shelf/accessibility.py
src/docx2shelf/accessibility_audit.py
src/docx2shelf/ai_accessibility.py
src/docx2shelf/ai_chapter_detection.py
src/docx2shelf/ai_genre_detection.py
src/docx2shelf/ai_integration.py
src/docx2shelf/ai_metadata.py
src/docx2shelf/anthology.py
src/docx2shelf/assemble.py
src/docx2shelf/batch.py
src/docx2shelf/bisac.py
src/docx2shelf/cli.py
src/docx2shelf/cli_build.py
src/docx2shelf/cli_prompts.py
src/docx2shelf/connectors.py
src/docx2shelf/content_security.py
src/docx2shelf/content_validation.py
src/docx2shelf/convert.py
src/docx2shelf/crossrefs.py
src/docx2shelf/developer_tools.py
src/docx2shelf/documentation.py
src/docx2shelf/ecosystem.py
src/docx2shelf/enhanced_images.py
src/docx2shelf/enterprise.py
src/docx2shelf/enterprise_api.py
src/docx2shelf/epub_chapters.py
src/docx2shelf/epub_css.py
src/docx2shelf/epub_metadata.py
src/docx2shelf/epub_navigation.py
src/docx2shelf/epub_pages.py
src/docx2shelf/epub_resources.py
src/docx2shelf/error_handler.py
src/docx2shelf/figures.py
src/docx2shelf/fonts.py
src/docx2shelf/formats.py
src/docx2shelf/free_ai_service.py
src/docx2shelf/gui_main.py
src/docx2shelf/i18n.py
src/docx2shelf/image_optimizer.py
src/docx2shelf/images.py
src/docx2shelf/indexing.py
src/docx2shelf/interactive_cli.py
src/docx2shelf/json_logger.py
src/docx2shelf/kindle_previewer.py
src/docx2shelf/language.py
src/docx2shelf/marketplace.py
src/docx2shelf/math_handler.py
src/docx2shelf/media_overlays.py
src/docx2shelf/metadata.py
src/docx2shelf/monitoring.py
src/docx2shelf/notes.py
src/docx2shelf/onix_export.py
src/docx2shelf/path_utils.py
src/docx2shelf/performance.py
src/docx2shelf/plugin_marketplace.py
src/docx2shelf/plugin_sandbox.py
src/docx2shelf/plugin_types.py
src/docx2shelf/plugins.py
src/docx2shelf/preview.py
src/docx2shelf/profiles.py
src/docx2shelf/prompts.py
src/docx2shelf/publishing_checklists.py
src/docx2shelf/quality_scoring.py
src/docx2shelf/security.py
src/docx2shelf/settings.py
src/docx2shelf/smart_toc.py
src/docx2shelf/store_profiles.py
src/docx2shelf/terminal_ui.py
src/docx2shelf/testing.py
src/docx2shelf/theme_editor.py
src/docx2shelf/themes.py
src/docx2shelf/tools.py
src/docx2shelf/typography.py
src/docx2shelf/ui_enhancements.py
src/docx2shelf/update.py
src/docx2shelf/utils.py
src/docx2shelf/validation.py
src/docx2shelf/version.py
src/docx2shelf/web_builder.py
src/docx2shelf/wizard.py
src/docx2shelf.egg-info/PKG-INFO
src/docx2shelf.egg-info/SOURCES.txt
src/docx2shelf.egg-info/dependency_links.txt
src/docx2shelf.egg-info/entry_points.txt
src/docx2shelf.egg-info/requires.txt
src/docx2shelf.egg-info/top_level.txt
src/docx2shelf/assets/__init__.py
src/docx2shelf/assets/css/__init__.py
src/docx2shelf/assets/css/academic.css
src/docx2shelf/assets/css/biography.css
src/docx2shelf/assets/css/business.css
src/docx2shelf/assets/css/childrens.css
src/docx2shelf/assets/css/contemporary.css
src/docx2shelf/assets/css/dyslexic.css
src/docx2shelf/assets/css/fantasy.css
src/docx2shelf/assets/css/mystery.css
src/docx2shelf/assets/css/night.css
src/docx2shelf/assets/css/printlike.css
src/docx2shelf/assets/css/romance.css
src/docx2shelf/assets/css/sans.css
src/docx2shelf/assets/css/scifi.css
src/docx2shelf/assets/css/serif.css
src/docx2shelf/assets/css/thriller.css
src/docx2shelf/cli_args/__init__.py
src/docx2shelf/cli_args/ai.py
src/docx2shelf/cli_args/build.py
src/docx2shelf/cli_args/connectors.py
src/docx2shelf/cli_args/docx.py
src/docx2shelf/cli_args/enterprise.py
src/docx2shelf/cli_args/misc.py
src/docx2shelf/cli_args/plugins.py
src/docx2shelf/cli_args/themes.py
src/docx2shelf/cli_args/tools.py
src/docx2shelf/cli_handlers/__init__.py
src/docx2shelf/cli_handlers/ai.py
src/docx2shelf/cli_handlers/batch.py
src/docx2shelf/cli_handlers/build.py
src/docx2shelf/cli_handlers/conversion.py
src/docx2shelf/cli_handlers/docx.py
src/docx2shelf/cli_handlers/enterprise.py
src/docx2shelf/cli_handlers/plugins.py
src/docx2shelf/cli_handlers/profiles.py
src/docx2shelf/cli_handlers/prompts.py
src/docx2shelf/cli_handlers/quality.py
src/docx2shelf/cli_handlers/themes.py
src/docx2shelf/cli_handlers/tools.py
src/docx2shelf/cli_handlers/utils.py
src/docx2shelf/cli_handlers/watch.py
src/docx2shelf/gui/__init__.py
src/docx2shelf/gui/modern_app.py
src/docx2shelf/templates/__init__.py
src/docx2shelf/templates/cover.xhtml
src/docx2shelf/templates/nav.xhtml
src/docx2shelf/templates/ncx.xml
src/docx2shelf/templates/title.xhtml
tests/test_convert_split.py
tests/test_golden_epubs.py
tests/test_metadata.py
tests/test_property_based.py
tests/test_quality_assurance.py
tests/test_reader_smoke.py
tests/test_v124_features.py
tests/test_v125_comprehensive.py
tests/test_v126_comprehensive.py
tests/test_v127_features.py