add py.typed so that your type annotations can inform application codebases #2128
Closed
petergaultney
started this conversation in
Ideas / Feature Requests
Replies: 3 comments
-
Sounds great, @petergaultney! We haven't been aware of |
Beta Was this translation helpful? Give feedback.
0 replies
-
happy to! |
Beta Was this translation helpful? Give feedback.
0 replies
-
closed by #2142 ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you add a
py.typed
file to your source code root, then applications that people build will be able to havemypy
and friends check that they're using your APIs basically correctly. This is pretty easy to do and since you're already doing a great job of putting type annotations in your code, it's likely this would be an improvement for lots of users!Beta Was this translation helpful? Give feedback.
All reactions