Books

class pykindle.book.Book[source]

Bases: list

This is a base class. You should extend it, rather than use it directly. See MagazineBook.

This class is inherited from python list class. You can use all list functions.

Required attributes: None

Alternative attributes: title, language, uid, creator, publisher, subject, author, date, description

class pykindle.book.MagazineBook[source]

Bases: pykindle.book.Book

class pykindle.book.NormalBook[source]

Bases: pykindle.book.Book

This class represents a normal book. Normal means the book has a toc, and readers will read from first paragraph to last paragraph.