You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In zarrita, I used attrs and cattrs for structuring the metadata and (de)serialization. However, it would be desirable to have less dependencies in zarr-python (see https://github.com/zarr-developers/zarr-python/pull/1583/files#r1420168951). We can use dataclasses instead and implement our own (de)serialization methods.
The text was updated successfully, but these errors were encountered:
In zarrita, I used attrs and cattrs for structuring the metadata and (de)serialization. However, it would be desirable to have less dependencies in zarr-python (see https://github.com/zarr-developers/zarr-python/pull/1583/files#r1420168951). We can use dataclasses instead and implement our own (de)serialization methods.
The text was updated successfully, but these errors were encountered: