andreaschiavinato / python_grabber

Python tool to capture photo from camera and for doing simple image processing using DirectShow and OpenCV
MIT License
57 stars 27 forks source link

Package is not `py.typed` #20

Closed Avasam closed 1 year ago

Avasam commented 1 year ago

Since pygrabber uses inline types, they should be completed and include a py.typed file to let type checkers know that they don't need to look for stubs: image

https://peps.python.org/pep-0561/#packaging-type-information