isodate
isodate copied to clipboard
Missing type annotations in public API and no available type stub
I was using the package and noticed that all type annotations were missing which made it a bit trickier to use this package OOTB instead of just importing and going for it.
I think all modern python projects should have type annotations to help with faster and safer development.