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 #222

Merged
merged 1 commit into from
Oct 5, 2024
Merged

Add py.typed #222

merged 1 commit into from
Oct 5, 2024

Conversation

masklinn
Copy link
Contributor

@masklinn masklinn commented Oct 5, 2024

This marker file is necessary when distributing libraries, in order for the consumer side to know that the library is typed and for typecheckers to know to use it directly rather than look for a stub package (or give up on typing).

Closes #218

This marker file is necessary when *distributing* libraries, in order
for the consumer side to know that the library is typed and for
typecheckers to know to use it directly rather than look for a stub
package (or give up on typing).

Closes ua-parser#218
@masklinn masklinn merged commit 022ab80 into ua-parser:master Oct 5, 2024
29 checks passed
@masklinn masklinn deleted the py-typed branch October 5, 2024 12:53
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.

Investigate (and possibly add) py.typed
1 participant