- Notifications
You must be signed in to change notification settings - Fork772
Open
Description
Issue Summary
Currently the library doesn't have inline type hints or type stubs so we can't type check library usage
Since this library supports python 2.7 the inline type hints would need to follow thecomment syntax
Another option is to package separatetype stubs (.pyi
files) alongside the existing code
Steps to Reproduce
Run your type checker of choice and see warnings about missing types / type stubs