Closed maxrjones closed 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.
py.typed
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.