gweis / isodate

ISO 8601 date/time parser
BSD 3-Clause "New" or "Revised" License
148 stars 58 forks source link

Missing type annotations in public API and no available type stub #82

Open cn-ml opened 1 year ago

cn-ml commented 1 year ago

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.