bear / parsedatetime

Parse human-readable date/time strings
Apache License 2.0
694 stars 105 forks source link

Add type annotations #283

Open benbariteau opened 2 years ago

benbariteau commented 2 years ago

Modern python development is helped greatly by PEP526 type annotations. This library lacks them, and it would be nice if it had them.