https://github.com/zarr-developers/cookiecutter-zarr-store
Cookiecutter for Zarr store implementations
https://github.com/zarr-developers/cookiecutter-zarr-store
chunked data n-dimensional zarr
Last synced: 3 months ago
JSON representation
Cookiecutter for Zarr store implementations
- Host: GitHub
- URL: https://github.com/zarr-developers/cookiecutter-zarr-store
- Owner: zarr-developers
- Created: 2022-12-02T08:41:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T18:59:53.000Z (over 2 years ago)
- Last Synced: 2025-01-13T08:12:26.767Z (4 months ago)
- Topics: chunked, data, n-dimensional, zarr
- Language: Python
- Homepage: https://zarr.dev
- Size: 81.1 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cookiecutter to create Zarr stores
[](https://github.com/zarr-developers/cookiecutter-zarr-store/actions)
This repository offers a [cookiecutter](https://cookiecutter.readthedocs.io)
for creating your own Zarr store implementation.To use it:
```sh
pip install cookiecutter
cookiecutter https://github.com/zarr-developers/cookiecutter-zarr-store
```
And answer the questions :smile:In order to run the tests, be sure to initialize git:
```sh
cd zarr-somethingshort
git init
pip install -e .
pytest .
```