This repository offers a cookiecutter for creating your own Zarr store implementation.
To use it:
pip install cookiecutter
cookiecutter https://github.com/zarr-developers/cookiecutter-zarr-store
And answer the questions 😄
In order to run the tests, be sure to initialize git:
cd zarr-somethingshort
git init
pip install -e .
pytest .