google-auth-library-python-oauthlib
google-auth-library-python-oauthlib copied to clipboard
py.typed marker is missing
Environment details
- OS type and version: macOS Ventura 13.3
- Python version: 3.11
- pip version: 23.1.2
google-auth-oauthlibversion: 1.0.0
Steps to reproduce
- import google_auth_oauthlib.flow in python code
- run mypy type checker
Stack trace
Skipping analyzing "google_auth_oauthlib": module is installed, but missing library stubs or py.typed marker
Apart from py.typed this library is not using type hints. Would be nice to have them.