Problem or Use Case
The create module supports DOCX, XLSX, PPTX, PDF, and OpenDocument formats, but not EPUB. EPUB is a common e-book format that would be useful for generating documentation or reports for e-readers.
Proposed Solution
Add EPUB as a creation format. Could use python-epub or ebooklib as a dependency. Accepts the same structured content as other formats.
Scope
Medium (few files, < 300 lines)
Problem or Use Case
The
createmodule supports DOCX, XLSX, PPTX, PDF, and OpenDocument formats, but not EPUB. EPUB is a common e-book format that would be useful for generating documentation or reports for e-readers.Proposed Solution
Add EPUB as a creation format. Could use
python-epuborebooklibas a dependency. Accepts the same structured content as other formats.Scope
Medium (few files, < 300 lines)