tryolabs / norfair

Lightweight Python library for adding real-time multi-object tracking to any detector.
https://tryolabs.github.io/norfair/
BSD 3-Clause "New" or "Revised" License
2.39k stars 243 forks source link

Add py.typed marker #277

Closed selimb closed 8 months ago

selimb commented 1 year ago

Simply adds a py.typed marker so that type checkers (like mypy) can leverage this package's type annotations. See PEP 561.

Many thanks for this library!