lepture / authlib

The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.
https://authlib.org/
BSD 3-Clause "New" or "Revised" License
4.45k stars 445 forks source link

py.typed marker is missing #562

Closed kshitij-enable closed 1 year ago

kshitij-enable commented 1 year ago

Steps to reproduce

from authlib.integrations.requests_client import OAuth2Session
from authlib.integrations.starlette_client import OAuth

run mypy type checker

Stack trace

Skipping analyzing "authlib.integrations.requests_client": module is installed, but missing library stubs or py.typed marker Skipping analyzing "authlib.integrations.starlette_client": module is installed, but missing library stubs or py.typed marker

lepture commented 1 year ago

Authlib has no type hints yet. You're welcome to add type hints.