jpadilla / pyjwt

JSON Web Token implementation in Python
https://pyjwt.readthedocs.io
MIT License
5.08k stars 679 forks source link

refactor: add type hints to `algorithms.py`, `exceptions.py`, and `help.py` #779

Closed kkirsche closed 2 years ago

kkirsche commented 2 years ago

This merge request expands the type hints to the algorithms and help files. Additional work will be done after this is merged to extend type hints to remaining parts of the API and expand type information to better address gaps / inaccuracies as reported in #660