-
-
Notifications
You must be signed in to change notification settings - Fork 32
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 type stubs for asyncmy #78
Comments
I would also be happy to contribute a PR with type stub definitions for asyncmy if this is something you would welcome. |
@trim21 Hmm, I almost forgot this. Maybe we can send a PR first. |
wait for response from @long2ice, don't want to get rejected after time is spent. |
also cython/cython#3150 |
Any progress? |
no response from repo owner |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The asyncmy library is great for asynchronous programming in Python. To improve the developer experience even further, I would like to kindly suggest adding type stubs. Having type stubs would enable better type hinting and autocompletion in editors using tools like
mypy
andpylance
. It helps provide clearer function signatures and return types when using asyncmy.I would be happy to contribute a PR with type stub definitions for asyncmy if this is something you would welcome.
The text was updated successfully, but these errors were encountered: