Skip to content

pyepub v0.2.5

Compare
Choose a tag to compare
@gabalese gabalese released this 18 Aug 12:53
· 20 commits to master since this release

First public release. Should be bug-free, and support creating new EPUBs from scratch, reading contents via dictionary interface (like in py-clave) and appending new contents.

Installation

As common with distutils, just grab the archive and run python setup.py install to add the library to your current python environment. Import the EPUB class like from pyepub import EPUB.