zarr-developers / VirtualiZarr

Create virtual Zarr stores from archival data files using xarray syntax
https://virtualizarr.readthedocs.io/en/stable/api.html
Apache License 2.0
123 stars 24 forks source link

Support downstream type checking by including py.typed #306

Closed maxrjones closed 1 week ago

maxrjones commented 1 week ago

Following https://peps.python.org/pep-0561/, a package must add a marker file named py.typed to their package to suppoer type checking of their code. I'd like to use VirtualiZarr's type checking in https://github.com/developmentseed/virtualize-nex-gddp-cmip6 and expect others would find this helpful, so this PR adds the marker file to the package.