Commit Graph

4 Commits

Author SHA1 Message Date
369180ff85 deadline-daemon: implement remaining pieces 2024-01-14 03:40:27 +01:00
b83175e39a Add DeadlineDaemon
The deadline daemon is supposed to send emails
to users who have borrowed books and are supposed to deliver
them back, or users who have added themselves to the queue,
and is waiting for a book.
2023-05-12 02:37:56 +02:00
fad38adc50 Move all functionality under a single worblehat command 2023-05-12 02:27:26 +02:00
30ee10ec0c Add argument parser and toml-based config file
- Create a common argument interface and config file format for both
  cli and flask version of application.
- Bumped the python version constraint to ^3.11 in order to use the
  native tomllib for reading config file.
- Move all the flask specific code under `worblehat.flaskapp`
2023-05-06 17:22:38 +02:00