Mike
54b625973f
Do not track tag files
2019-11-09 23:17:57 -05:00
th3r00t
b4e158bf15
Merge pull request #10 from jonafato/isort
...
Use isort
2019-11-09 10:56:22 -05:00
th3r00t
9cc401df11
Merge pull request #9 from jonafato/pre-commit
...
Use pre-commit
2019-11-09 10:51:52 -05:00
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
df4dd93347
Use pre-commit
...
[pre-commit](https://pre-commit.com/ ) automatically runs tools like
linters and fixers to make development easier. This change adds a simple
pre-commit config file with an example trailing whitespace fixer and
applies it to the existing project.
Additionally, don't ignore the lib directory (an error introduced in #8 ).
2019-11-09 10:35:32 -05:00
th3r00t
2ff0d35f4b
Merge pull request #8 from jonafato/gitignore-updates
...
Add standard Python .gitignore entries
2019-11-08 23:00:38 -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
th3r00t
52a281a454
Update README.md
2019-11-08 00:30:29 -05:00
th3r00t
6b7cfc723d
Update README.md
2019-11-08 00:24:25 -05:00
Mike
a9aab693af
Restored HTTPServer call... Oops?
2019-11-08 00:19:51 -05:00
Mike
9fafc0b228
first stage of dynamic UI
2019-11-07 22:48:42 -05:00
Mike
d164850def
Added some documentation
2019-11-07 13:15:52 -05:00
Mike
8e61105cbb
Started books per page algorithm, updated some tests
2019-11-07 00:38:08 -05:00
th3r00t
8a39fb5aa8
Update README.md
2019-11-06 18:30:05 -05:00
Mike
1e41483c29
Further work on the web server and frontend
2019-11-06 18:27:16 -05:00
Mike
1bf1640156
Began laying out frontend interface
2019-11-03 08:58:54 -05:00
Mike
15a24cb615
Now serving static/index.html on :8000
2019-11-02 03:39:50 -04:00
Raelon Masters
ce93050b7f
Added HTTP server and response
2019-10-31 22:14:34 -04:00
th3r00t
eb59ac439a
Merge pull request #6 from th3r00t/transfer
...
Changes include ability to only scan books not already in the database. Also ability to to import books not already stored
2019-10-31 14:45:17 -04:00
Mike
f6268904f3
Finished checking for new books
2019-10-31 14:40:10 -04:00
Mike
11d89d56d4
implement close method, and return error condition
2019-10-25 21:46:55 -04:00
Mike
bba73ea1a7
Added close method, and finished compare_shelf_current
2019-10-25 21:45:20 -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
a1bb0aa101
Staging for transfer
2019-10-13 13:04:40 -04:00
th3r00t
f91d68d0d2
Update README.md
2019-10-07 23:03:44 -04:00
th3r00t
b017917846
Update README.md
2019-10-07 22:58:57 -04:00
th3r00t
70d6bad08f
Merge pull request #5 from th3r00t/th3r00t-patch-1
...
Update README.md
2019-10-07 22:20:52 -04:00
th3r00t
2bc61d5dab
Update README.md
2019-10-07 22:20:37 -04:00
Mike
eeeb8631c4
Added requirements
2019-10-06 17:38:17 -04:00
Mike
0651d5c68a
Updated TODO List
2019-10-06 17:22:29 -04:00
th3r00t
eb66e3367f
Create LICENSE
2019-10-06 17:21:56 -04:00
Mike
92a122a252
Merge branch 'master' of github.com:th3r00t/pyShelf
2019-10-06 16:52:04 -04:00
Mike
f0b461ab0b
Removed whitespace & Added TODO list
2019-10-06 16:51:53 -04:00
th3r00t
ae7964b7ad
Stop tracking database file
2019-10-06 16:47:18 -04:00
Mike
73e4ab0cd9
Added catalogue.db to ignore, missed this initially
2019-10-06 16:44:14 -04:00
Mike
44540a7b7f
Changed cover image detection to favor Null
2019-10-06 16:43:17 -04:00
Mike
770ad9ff95
Changed Author reporting to favor Null entries
2019-10-06 16:42:37 -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
th3r00t
ee3e857a7b
Merge pull request #1 from th3r00t/th3r00t-patch-1
...
Update README.md
2019-10-06 10:29:20 -04:00
th3r00t
30ca74dce5
Update README.md
...
Changed wording related to server equipment
2019-10-06 10:28:52 -04:00
Mike
acaaa7b76e
Get cover image from epub, or DuckDUckGo
2019-10-04 17:15:42 -04:00
Mike
d7f0e2dab5
Search DuckDuckGo for a cover image
2019-10-04 17:15:14 -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
b3e3ddc072
Now returning metadata and cover images
2019-10-04 13:17:12 -04:00
Mike
547e1b632a
Refactored file
2019-10-04 13:16:39 -04:00
Mike
923532891f
Returning meta, and cover images
2019-10-04 13:15:34 -04:00