]> git.walde.dev - punch/commit
Add Puncher API
authorDustin Walde <redacted>
Sun, 30 Apr 2023 03:30:54 +0000 (20:30 -0700)
committerDustin Walde <redacted>
Sun, 30 Apr 2023 03:30:54 +0000 (20:30 -0700)
commit38eb763c12c80d58f6e087a38dc5615050311c76
treea9a4e233a70db4c0a0dfad9d093ceb8c1baa9dac
parent33fc8505afa090d7a5f3ef305564a366856c451f
Add Puncher API

- add gitignore
- update license text to clarify 3.0 or above
- implement csv backed Puncher as TimeSheet
.gitignore [new file with mode: 0644]
gpl-3.0.txt [new file with mode: 0644]
license.txt
src/entry.py
src/puncher.py [new file with mode: 0644]
src/time_sheet.py