zalzal

↗ HN profile [ 71.4 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I couldn't find good Python libs to do this so ended up writing it myself.

  2. It's surprisingly time consuming to set up a new Python project with Poetry, GitHub workflows and PyPI publishing and the standard tools (black/ruff/mypy/etc). This is my tiny template in case it saves you time.

  3. Just a few super minimal conveniences, in case anyone finds them useful. It was one of those cases where the standard libs seem to make things too complicated so you write it yourself.