peter-wangxu / persist-queue

A thread-safe disk based persistent queue in Python
BSD 3-Clause "New" or "Revised" License
335 stars 50 forks source link

Added py.typed marker #210

Closed bierus closed 8 months ago

bierus commented 8 months ago

We are currently forced to write our custom *.pyi stubs for mypy to use static type checking. I'm adding py.typed marker to persustqueue root to directly use the typing provided by the package.

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