aerkalov/ebooklib

Improvements in readme; Python linting and links

tugot17 opened this issue · 0 comments

It would be useful to improve the README a little bit.

Add python linting

import ebooklib
from ebooklib import epub

book = epub.read_epub('test.epub')

for image in book.get_items_of_type(ebooklib.ITEM_IMAGE):
    print(image)

and add links to AUTHORS.txt and LICENSE.txt