harlowja / fasteners

A python package that provides useful locks.
Apache License 2.0
243 stars 45 forks source link

Add type annotations #111

Open jwodder opened 8 months ago

jwodder commented 8 months ago

Running mypy on code that uses the latest version of fasteners fails with the error message "module is installed, but missing library stubs or py.typed marker". Please add type annotations to this project and include a py.typed file in the package to indicate typing support to mypy.

psarka commented 8 months ago

Thanks! If you make a PR I will gladly merge it :)

Otherwise it will take a bit until I find time for this.