zarr-python
zarr-python copied to clipboard
[v3] Finalize store API
The discussion in https://github.com/zarr-developers/zarr-python/discussions/1686 highlighted a number of good improvements to the store API. This ticket tracks getting those updated in the design doc and implemented.
- [ ] update design doc
- [ ] update store base class and current implementations.
- [x] Async Generators (https://github.com/zarr-developers/zarr-python/pull/1844)
- [x] Store Open/Close/Mode
- [ ] Store metadata methods (https://github.com/zarr-developers/zarr-python/pull/1851)