python-osc icon indicating copy to clipboard operation
python-osc copied to clipboard

Publish type annotations?

Open PeterJCLaw opened this issue 3 years ago • 1 comments

It looks like this project is type annotated, yet those annotations aren't available to consumers. In case you're not aware, you can add a py.typed file in the root of the package which will allow type checkers to use the type annotations to validate against consuming/calling code.

PeterJCLaw avatar Jul 30 '22 16:07 PeterJCLaw

I didn't know about the py.typed file, I'll see how to incorporate this thank you for the pointer. Note I'm currently travelling without my computer so I don't expect it to be done this summer but I'll try to get that done when I'm back, I can also gladly review pull requests :)

attwad avatar Aug 09 '22 07:08 attwad