Skip to content

Latest commit

 

History

History
96 lines (66 loc) · 2.47 KB

README.rst

File metadata and controls

96 lines (66 loc) · 2.47 KB

Overview

docs Documentation Status
tests
Travis-CI Build Status Requirements Status
Coverage Status
package

Library to facilitate chunked access of large ndarray-like volumes

  • Free software: MIT license

Installation

pip install chunkblocks

Documentation

https://chunkblocks.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox