-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Converted work log parser to SQLite from CSV.
Still not 100% convinced this is a clear win, but it _feels_ like it should be? I dunno'... Either way, it was an interesting little project.
- Loading branch information
1 parent
c27a3b2
commit 7fac4c3
Showing
4 changed files
with
231 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Ignore Python virtual env. | ||
venv/ | ||
|
||
# Ignore GitHub personal access token. | ||
github.secret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
certifi==2018.11.29 | ||
chardet==3.0.4 | ||
Deprecated==1.2.4 | ||
idna==2.7 | ||
pkg-resources==0.0.0 | ||
PyGithub==1.43.3 | ||
PyJWT==1.7.1 | ||
requests==2.20.1 | ||
urllib3==1.24.1 | ||
wrapt==1.10.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
PyGithub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters