Commit Graph

13 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
Jon Banafato
ed8e93e9ac Add standard Python .gitignore entries
Additionally, remove files that should have been ignored by the updates
here.
2019-11-08 22:56:11 -05:00
Mike
9fafc0b228 first stage of dynamic UI 2019-11-07 22:48:42 -05:00
Mike
8e61105cbb Started books per page algorithm, updated some tests 2019-11-07 00:38:08 -05:00
Raelon Masters
ce93050b7f Added HTTP server and response 2019-10-31 22:14:34 -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
a1bb0aa101 Staging for transfer 2019-10-13 13:04:40 -04:00
Mike
8e90fc851c Began extracting data from epub files 2019-10-01 17:30:36 -04:00
Mike
81c1a2131c Made test call filter_books with return option 2019-09-26 23:36:01 -04:00
Mike
bb06acd687 added argument to return filtered book list 2019-09-26 23:33:32 -04:00
Mike
5d26a7d49f Implement directory recursion, and type filtering 2019-09-26 22:06:38 -04:00
Mike
3c49cdf5e2 Begining to build in directory recursion for book scanning 2019-09-24 16:47:29 -04:00