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 file to mark package PEP 561-compatible #188

Open
cpnielsen opened this issue Sep 13, 2023 · 0 comments
Open

Add py.typed file to mark package PEP 561-compatible #188

cpnielsen opened this issue Sep 13, 2023 · 0 comments

Comments

@cpnielsen
Copy link

Description

Looking at the code, it seems most (all?) of it is fully typed. Unfortunately, mypy and potentially other type checkers does not consider it typed unless it includes a py.typed file at the root of the package.

See PEP 561 for details.

I am happy to provide a PR if needed, but it seems like a straight-forward change (if desired).

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

No branches or pull requests

1 participant