Commit Graph

18 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
9fafc0b228 first stage of dynamic UI 2019-11-07 22:48:42 -05:00
Raelon Masters
ce93050b7f Added HTTP server and response 2019-10-31 22:14:34 -04:00
Mike
f6268904f3 Finished checking for new books 2019-10-31 14:40:10 -04:00
Mike
69679b052e Updated Todos 2019-10-25 21:43:20 -04:00
Mike
545b55a486 workin on new book check system 2019-10-16 09:12:56 -04:00
Raelon Masters
f821eb02cb Implemented the return of unique files for storage 2019-10-14 17:52:16 -04:00
Mike
0651d5c68a Updated TODO List 2019-10-06 17:22:29 -04:00
Mike
f0b461ab0b Removed whitespace & Added TODO list 2019-10-06 16:51:53 -04:00
Mike
7dd0fe00e0 Refactored for cleaner code 2019-10-06 16:42:05 -04:00
Mike
3f803083a4 Refactored call to filter_books into Epub class 2019-10-06 15:58:26 -04:00
Mike
16cce0601f Temporarily display cover image 2019-10-04 17:14:51 -04:00
Mike
ef9d12f195 Added todos 2019-10-04 13:24:22 -04:00
Mike
923532891f Returning meta, and cover images 2019-10-04 13:15:34 -04:00
Mike
8e90fc851c Began extracting data from epub files 2019-10-01 17:30:36 -04:00
Mike
81fe90bce5 Finalized filter_books. dumps to shelf.json 2019-09-27 16:03:37 -04:00
Mike
f160a3bdde Added documentation, & began scan_book method 2019-09-27 11:37:37 -04:00
Mike
3c49cdf5e2 Begining to build in directory recursion for book scanning 2019-09-24 16:47:29 -04:00