googleapis / google-auth-library-python-oauthlib

Apache License 2.0
186 stars 82 forks source link

py.typed marker is missing #288

Open kshitij-enable opened 1 year ago

kshitij-enable commented 1 year ago

Environment details

Steps to reproduce

  1. import google_auth_oauthlib.flow in python code
  2. run mypy type checker

Stack trace

Skipping analyzing "google_auth_oauthlib": module is installed, but missing library stubs or py.typed marker

tamird commented 4 months ago

Apart from py.typed this library is not using type hints. Would be nice to have them.