Metadata-Version: 2.1
Name: bslz4-to-sparse
Version: 0.0.2
Home-page: http://github.com/jonwright/bslz4_to_sparse
Author: Jon Wright
Author-email: wright@esrf.fr
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE


Decompress Dectris bitshuffle lz4 data directly to indices/value arrays.


After git clone:
    git submodule init
    git submodule update
    python3 -m pip install .


    cd test
    python3 test1.py
