Skip to content

zarr-developers/cookiecutter-zarr-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 .

Releases

No releases published

Packages

No packages published