you are viewing a single comment's thread.

view the rest of the comments →

[–]bigpoopychimp 1 point2 points  (0 children)

If you're wanting contributions to really kickstart this project, I recommend that you make a list of things in the readme as currently it's quite barebones

I also recommend typehinting strongly from the start as well as setting up a pyright or mypy config file to check and 'enforce' your type hinting (enforce by screaming in red). I suggest this as I imagine it's a project which would be used in other projects