Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add py.typed type checkers support #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vladimir-chernykh
Copy link

This library is very well typed and annotated, but type checkers, e.g. mypy, can't use it because the library does not conform to PEP-561.

https://mypy.readthedocs.io/en/stable/installed_packages.html#creating-pep-561-compatible-packages

Add py.typed file to the package installation so that type checkers know that the module is typed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant