LICENSE
README.md
pyproject.toml
pyepubcheck/__init__.py
pyepubcheck/__main__.py
pyepubcheck/api.py
pyepubcheck/cli.py
pyepubcheck/config.py
pyepubcheck/errors.py
pyepubcheck/gherkin_mapper.py
pyepubcheck/i18n.py
pyepubcheck/messages.py
pyepubcheck/models.py
pyepubcheck/opf_parser.py
pyepubcheck/profiles.py
pyepubcheck/registry.py
pyepubcheck/result.py
pyepubcheck/severity.py
pyepubcheck/xhtml_validator.py
pyepubcheck/xml_parser.py
pyepubcheck.egg-info/PKG-INFO
pyepubcheck.egg-info/SOURCES.txt
pyepubcheck.egg-info/dependency_links.txt
pyepubcheck.egg-info/entry_points.txt
pyepubcheck.egg-info/requires.txt
pyepubcheck.egg-info/top_level.txt
pyepubcheck/checks/__init__.py
pyepubcheck/checks/css.py
pyepubcheck/checks/epub2.py
pyepubcheck/checks/layout.py
pyepubcheck/checks/media_overlays.py
pyepubcheck/checks/navigation.py
pyepubcheck/checks/ocf.py
pyepubcheck/checks/package.py
pyepubcheck/checks/reporting_usage.py
pyepubcheck/checks/resources.py
pyepubcheck/checks/svg.py
pyepubcheck/checks/xhtml.py
pyepubcheck/checks/profiles/__init__.py
pyepubcheck/checks/profiles/accessibility.py
pyepubcheck/checks/profiles/dictionaries.py
pyepubcheck/checks/profiles/distributable_objects.py
pyepubcheck/checks/profiles/edupub.py
pyepubcheck/checks/profiles/indexes.py
pyepubcheck/checks/profiles/previews.py
pyepubcheck/checks/profiles/scriptable_components.py
pyepubcheck/inspect/__init__.py
pyepubcheck/inspect/api.py
pyepubcheck/inspect/images.py
pyepubcheck/inspect/metadata.py
pyepubcheck/inspect/models.py
pyepubcheck/inspect/navigation.py
pyepubcheck/inspect/package.py
pyepubcheck/inspect/source.py
pyepubcheck/inspect/text_stats.py
pyepubcheck/io/__init__.py
pyepubcheck/io/archive.py
pyepubcheck/io/expanded.py
pyepubcheck/io/paths.py
pyepubcheck/io/urls.py
pyepubcheck/reports/__init__.py
pyepubcheck/reports/console.py
pyepubcheck/reports/inspection_console.py
pyepubcheck/reports/inspection_csv.py
pyepubcheck/reports/inspection_json.py
pyepubcheck/reports/inspection_markdown.py
pyepubcheck/reports/json_report.py
pyepubcheck/reports/xml_report.py
pyepubcheck/reports/xmp_report.py