google-auth-library-python-oauthlib icon indicating copy to clipboard operation
google-auth-library-python-oauthlib copied to clipboard

py.typed marker is missing

Open kshitij-enable opened this issue 2 years ago • 1 comments

Environment details

  • OS type and version: macOS Ventura 13.3
  • Python version: 3.11
  • pip version: 23.1.2
  • google-auth-oauthlib version: 1.0.0

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

kshitij-enable avatar Jul 13 '23 14:07 kshitij-enable

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

tamird avatar Jul 01 '24 20:07 tamird