Skip to content

Latest commit

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

libepub

an epub python library.

example:

>>> from libepub import EPub
>>> epubfile = '../tests/犹太商人羊皮卷.epub'
>>> epub = EPub(epubfile)
>>> title = epub.title() >>> author = epub.author()
>>> chapters = epub.chapters() >>> chapter = chapters[0] >>> content = epub.read_content(chapter['id']) 

About

a python epub library

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages