Books¶
-
class
pykindle.book.Book[source]¶ Bases:
listThis 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.BookThis class represents a normal book. Normal means the book has a toc, and readers will read from first paragraph to last paragraph.