Skip to content

pyepub v0.3

Latest
Compare
Choose a tag to compare
@gabalese gabalese released this 18 Sep 15:11
· 17 commits to master since this release

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.