File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 1
1
Zarr
2
2
====
3
3
4
- * Documentation: http://zarr.readthedocs.io/
5
- * Source: https://github.com/alimanfoo/zarr
6
- * Download: https ://pypi.python.org/pypi/zarr
7
- * Release notes: https://github.com/alimanfoo/zarr/releases
4
+ Zarr is a Python package providing an implementation of compressed,
5
+ chunked, N-dimensional arrays, designed for use in parallel
6
+ computing. See the ` documentation < http ://zarr.readthedocs.io/ >`_ for
7
+ more information.
8
8
9
9
.. image :: https://travis-ci.org/alimanfoo/zarr.svg?branch=master
10
10
:target: https://travis-ci.org/alimanfoo/zarr
Original file line number Diff line number Diff line change 4
4
Zarr
5
5
====
6
6
7
- Zarr is a Python package providing a minimal implementation of
8
- chunked, compressed, N-dimensional arrays.
9
-
10
- * Source: https://github.com/alimanfoo/zarr
11
- * Documentation: http://zarr.readthedocs.io/
12
- * Download: https://pypi.python.org/pypi/zarr
13
- * Release notes: https://github.com/alimanfoo/zarr/releases
7
+ Zarr is a Python package providing an implementation of chunked,
8
+ compressed, N-dimensional arrays.
14
9
15
10
Highlights
16
11
----------
You can’t perform that action at this time.
0 commit comments