generated from coulomb/repo-seed
This repository has been archived on 2026-07-08 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
3deb7283750b77b248dd1724f4e3b16e794020b9
markitect-filter
markitect-filter provides concrete source-format adapters for converting
external document formats into canonical Markitect Markdown representations.
The first adapter is source.epub3, a read-only EPUB3 adapter that implements
the markitect-tool source adapter contract.
Development
Run tests from this checkout:
PYTHONPATH=src:/home/worsch/markitect-tool/src python3 -m pytest
The EPUB3 adapter is registered through:
[project.entry-points."markitect_tool.source_adapters"]
epub3 = "markitect_filter.adapters:epub3_adapter_descriptor"
Languages
Python
100%