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

Indicate that this is a typed package

Open PeterJCLaw opened this issue 3 years ago • 2 comments

This allows type checkers to make use of the types from this package when validating consuming code.

Fixes https://github.com/attwad/python-osc/issues/155

PeterJCLaw avatar Aug 13 '22 10:08 PeterJCLaw

Note that it might be worth adding type checking (perhaps with mypy) before merging this, to ensure that the types being published are correct and self-consistent.

PeterJCLaw avatar Aug 13 '22 10:08 PeterJCLaw

Note that it might be worth adding type checking (perhaps with mypy) before merging this, to ensure that the types being published are correct and self-consistent.

I've added such checking & fixed the discovered issues in #157.

PeterJCLaw avatar Aug 13 '22 14:08 PeterJCLaw

thank you!

attwad avatar Aug 25 '22 07:08 attwad