mkepub icon indicating copy to clipboard operation
mkepub copied to clipboard

Simple minimalistic library for creating EPUB3 files

Results 8 mkepub issues
Sort by recently updated
recently updated
newest added

First of all, thank you for the code. I generated an .epub file and converted it to .mobi file with calibre and put it into kindle, I found that the...

https://keepachangelog.com details the benefits of having a changelog. I'm happy to put one together for the post-1.0 releases, but I won't go to the effort without a prior go-ahead. Having...

Previously, `set_cover()` would rely on the Python standard module `imghdr` to determine the type of the specified cover image file. Unfortunately, `imghdr` does not support SVG, so `set_cover()` could not...

This provides the option for a more natural-sounding API when generating books.

I am trying to use mkepub in a project, but it lacks several features I need. Main part is a file-like interface allowing to add a Page in the right...

This PR is a proposed fix to #19 * adds a `MANIFEST.in` file to workaround the `pip` failure when building a wheel * replaces `imghr` with the suggested `filetype` [PEP...

Thank you very much for building/publishing `mkepub` - One minor error, when installing `mkepub` via `pip`, the `setup.py` script fails when building a wheel: error log $ python3 -m pip...

Hello! The fixes that were made since last release are still not available if you install the package through pip. Can you please bump the version?