duo-labs / py_webauthn

Pythonic WebAuthn 🐍
https://duo-labs.github.io/py_webauthn
BSD 3-Clause "New" or "Revised" License
856 stars 171 forks source link

typing-pep-561 #108

Closed MasterKale closed 2 years ago

MasterKale commented 2 years ago

The issue was raised in #105 that py_webauthn was missing files needed for mypy to understand that the package includes type info. This diff attempts to address this problem by adding a new py.typed file to the root package as per PEP 561. This should allow the next release and beyond to work nicely with tools like mypy.

Addresses #105.