home · contact · privacy
plomtask
2 months agoAdd date validation for Days.
Christian Heller [Sun, 17 Mar 2024 01:00:33 +0000 (02:00 +0100)]
Add date validation for Days.

2 months agoMove TEMPLATES_DIR setting into run.py.
Christian Heller [Sun, 17 Mar 2024 00:54:01 +0000 (01:54 +0100)]
Move TEMPLATES_DIR setting into run.py.

2 months agoFix broken server __init__.
Christian Heller [Sun, 17 Mar 2024 00:51:46 +0000 (01:51 +0100)]
Fix broken server __init__.

2 months agoRe-structure whole code into more package-typical file modularity.
Christian Heller [Sun, 17 Mar 2024 00:43:45 +0000 (01:43 +0100)]
Re-structure whole code into more package-typical file modularity.

2 months agoRe-structure for unittest usage.
Christian Heller [Sun, 17 Mar 2024 00:24:00 +0000 (01:24 +0100)]
Re-structure for unittest usage.

2 months agoImprove type hints sufficiently for mypy not to complain, and for Day.__eq__ check...
Christian Heller [Sat, 16 Mar 2024 23:56:26 +0000 (00:56 +0100)]
Improve type hints sufficiently for mypy not to complain, and for Day.__eq__ check comparand's type.

2 months agoAdd type hints.
Christian Heller [Sat, 16 Mar 2024 23:44:33 +0000 (00:44 +0100)]
Add type hints.

2 months agoDisplay HandledException as HTML message with appropriate status code.
Christian Heller [Sat, 16 Mar 2024 23:36:22 +0000 (00:36 +0100)]
Display HandledException as HTML message with appropriate status code.

2 months agoAdd previously forgotten days module file, oops.
Christian Heller [Sat, 16 Mar 2024 23:24:38 +0000 (00:24 +0100)]
Add previously forgotten days module file, oops.

2 months agoUse different do_GET handlers for different paths.
Christian Heller [Sat, 16 Mar 2024 23:24:01 +0000 (00:24 +0100)]
Use different do_GET handlers for different paths.

2 months agoMove pylint configuration into .pylintrc.
Christian Heller [Sat, 16 Mar 2024 23:17:03 +0000 (00:17 +0100)]
Move pylint configuration into .pylintrc.

2 months agoAdd rump Days module.
Christian Heller [Sat, 16 Mar 2024 23:00:29 +0000 (00:00 +0100)]
Add rump Days module.

2 months agoAdd Jinja2 templating, and requirements.txt infrastructure.
Christian Heller [Sat, 16 Mar 2024 21:44:07 +0000 (22:44 +0100)]
Add Jinja2 templating, and requirements.txt infrastructure.

2 months agoAdd small script for setting up a proper development environment.
Christian Heller [Sat, 16 Mar 2024 21:36:34 +0000 (22:36 +0100)]
Add small script for setting up a proper development environment.

2 months agoAdd suggestion for pre-commit hook running mypy, flake8, pylint.
Christian Heller [Sat, 16 Mar 2024 21:29:07 +0000 (22:29 +0100)]
Add suggestion for pre-commit hook running mypy, flake8, pylint.

2 months agoSet up basic web server infrastructure.
Christian Heller [Sat, 16 Mar 2024 20:35:10 +0000 (21:35 +0100)]
Set up basic web server infrastructure.