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 the comment syntax
Another option is to package separate type stubs (.pyi
files) alongside the existing code
Steps to Reproduce
Run your type checker of choice and see warnings about missing types / type stubs