Commit Graph

6 Commits

Author SHA1 Message Date
Jon Banafato
98c0a4fc3d Use isort
[isort](https://isort.readthedocs.io/en/latest/) sorts your Python
imports so you don't have to. This makes sure that imports are always
where they should be and prevents issues like duplicated imports and
merge conflicts. Using pre-commit, this can be done automatically
without any manual steps.

Depends on #9.
2019-11-09 10:45:01 -05:00
Mike
11d89d56d4 implement close method, and return error condition 2019-10-25 21:46:55 -04:00
Raelon Masters
f821eb02cb Implemented the return of unique files for storage 2019-10-14 17:52:16 -04:00
Mike
44540a7b7f Changed cover image detection to favor Null 2019-10-06 16:43:17 -04:00
Mike
3f803083a4 Refactored call to filter_books into Epub class 2019-10-06 15:58:26 -04:00
Mike
8e90fc851c Began extracting data from epub files 2019-10-01 17:30:36 -04:00