home · contact · privacy
Finish plomtask to taskplom renaming internally. master
authorChristian Heller <c.heller@plomlompom.de>
Thu, 13 Mar 2025 13:47:22 +0000 (14:47 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 13 Mar 2025 13:47:22 +0000 (14:47 +0100)
commit0be448a0021323fb47734b1c1be27da1ec854e49
treecaec5da1630ea1453fa037169b635c4ec6ae02e3
parentb451b68475a6ea8c8bd9140b36cc734a9425d1d7
Finish plomtask to taskplom renaming internally.
30 files changed:
scripts/pre-commit
src/plomtask/__init__.py [deleted file]
src/plomtask/conditions.py [deleted file]
src/plomtask/dating.py [deleted file]
src/plomtask/days.py [deleted file]
src/plomtask/db.py [deleted file]
src/plomtask/exceptions.py [deleted file]
src/plomtask/http.py [deleted file]
src/plomtask/misc.py [deleted file]
src/plomtask/processes.py [deleted file]
src/plomtask/todos.py [deleted file]
src/plomtask/versioned_attributes.py [deleted file]
src/run.py
src/taskplom/__init__.py [new file with mode: 0644]
src/taskplom/conditions.py [new file with mode: 0644]
src/taskplom/dating.py [new file with mode: 0644]
src/taskplom/days.py [new file with mode: 0644]
src/taskplom/db.py [new file with mode: 0644]
src/taskplom/exceptions.py [new file with mode: 0644]
src/taskplom/http.py [new file with mode: 0644]
src/taskplom/misc.py [new file with mode: 0644]
src/taskplom/processes.py [new file with mode: 0644]
src/taskplom/todos.py [new file with mode: 0644]
src/taskplom/versioned_attributes.py [new file with mode: 0644]
tests/conditions.py
tests/days.py
tests/misc.py
tests/processes.py
tests/todos.py
tests/utils.py