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
.