hydrotools icon indicating copy to clipboard operation
hydrotools copied to clipboard

Modules missing stubs or py.typed markers

Open jarq6c opened this issue 1 year ago • 0 comments

I received this error when running mypy on a project that depends on hydrotools.nwis_client.

error: Skipping analyzing "hydrotools.nwis_client.iv": module is installed, but missing library stubs or py.typed marker

I discovered that none of the hydryotools subpackages are PEP-561 compliant, however they do use type hints. I think we should considering adding py.typed files to help users that utilize type checkers.

jarq6c avatar Sep 13 '22 16:09 jarq6c