Open ipfans opened 1 year ago
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.
@long2ice
Any progress?
no response from repo owner
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.