Is your feature request related to a problem? Please describe.
I wanted to start using this package in my project, which uses mypy for type checking, but saw that this package isn't typed... searched the issues and didn't find an issue regarding this topic so opened up my own :)
Describe the solution you'd like
Add type annotations to all files in this package and ship with a py.typed file to indicate this package provides type anntoations, as per pep 484
Describe alternatives you've considered
This could be done in typeshed instead, but it's better to have the annotations in the source itself
Is your feature request related to a problem? Please describe.
I wanted to start using this package in my project, which uses mypy for type checking, but saw that this package isn't typed... searched the issues and didn't find an issue regarding this topic so opened up my own :)
Describe the solution you'd like
Add type annotations to all files in this package and ship with a
py.typedfile to indicate this package provides type anntoations, as per pep 484Describe alternatives you've considered
This could be done in typeshed instead, but it's better to have the annotations in the source itself