Releases: gabalese/pyepub
Releases · gabalese/pyepub
pyepub v0.3
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
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
.