auth0 / auth0-python

Auth0 SDK for Python
https://auth0-python.readthedocs.io
MIT License
499 stars 161 forks source link

Re-support - py.typed filed in the module #612

Open mattseymour opened 3 months ago

mattseymour commented 3 months ago

Checklist

Describe the problem you'd like to have solved

Improved support of types within the module.

Describe the ideal solution

Add py.typed to module distribution this allows tools like mypy or pytype to inspect types against the module.

Alternatives and current workarounds

No response

Additional context

No response