Skip to content

Releases: gabalese/pyepub

pyepub v0.3

18 Sep 15:11
Compare
Choose a tag to compare

New in this release

  • New properties (author, title, language) with setter/getter syntax.
  • Fixed a bug which caused segfaults on premature interpreter shell kill.

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.

pyepub v0.2.5

18 Aug 12:53
Compare
Choose a tag to compare

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.