NOAA-OWP / hydrotools

Suite of tools for retrieving USGS NWIS observations and evaluating National Water Model (NWM) data.
Other
53 stars 12 forks source link

Modules missing stubs or py.typed markers #207

Open jarq6c opened 1 year ago

jarq6c commented 1 year ago

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.