astropenguin / xarray-dataclasses

:zap: xarray data creation by data classes
https://astropenguin.github.io/xarray-dataclasses/
MIT License
71 stars 4 forks source link

Update protocol for public type hints #141

Closed astropenguin closed 2 years ago

astropenguin commented 2 years ago

This issue will update the protocol class used for the public type hints (Coord, Data, ...) so that it accepts collection-typed objects. Note that this update will not affect any runtime behavior exposed to users, but change (improve) the behavior of static type check.