ePub-utils: A Python library and CLI tool for inspecting ePub from the terminal
1–10 of 11 posts
Re: ePub-utils: A Python library and CLI tool for inspecting ePub from the terminal
#2Looks interesting. Does it support epub3 series?
Any plans to move beyond reading to also allow writing metadata?
Re: ePub-utils: A Python library and CLI tool for inspecting ePub from the terminal
#3Does this also provide an api to paginate and provide text and images from the ebook?
Re: ePub-utils: A Python library and CLI tool for inspecting ePub from the terminal
#4This looks exciting! What are the key improvements over the ebooklib python package?
Re: ePub-utils: A Python library and CLI tool for inspecting ePub from the terminal
#5This looks exciting! What are the key improvements over the ebooklib python package?
+1 looking for the same answer
Re: ePub-utils: A Python library and CLI tool for inspecting ePub from the terminal
#6I feel like mupdf probably fulfills this and very much more.
Re: ePub-utils: A Python library and CLI tool for inspecting ePub from the terminal
#7This looks exciting! What are the key improvements over the ebooklib python package?
On the surface, one difference seems to be that the former has a CLI.
Re: ePub-utils: A Python library and CLI tool for inspecting ePub from the terminal
#8I feel like mupdf probably fulfills this and very much more.
For better or for worse, Mupdf has a more restrictive license (AGPL VS Apache).
Re: ePub-utils: A Python library and CLI tool for inspecting ePub from the terminal
#9Personal plug: https://github.com/lalitshankarch/Qitab
This is a small EPUB reader I made that uses the system Webview to render EPUB documents!
Re: ePub-utils: A Python library and CLI tool for inspecting ePub from the terminal
#10Calibre ships with some useful command line tools for dealing with ebooks. ebook-meta allows you to inspect and alter ebook metadata, and ebook-convert can convert various formats between each other. This functionality is also exposed in the Caliber GUI of course, but that can be an.. acquired taste.