Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 615 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 615 Bytes

Cookiecutter to create Zarr stores

Actions Status

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 .