Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 999 Bytes

File metadata and controls

16 lines (11 loc) · 999 Bytes

kastore

License PyPI version Supported Python VersionsTests codecov

A simple key-array store for read-only numerical data used in tskit. Please see the documentation for more information.

Installation (Python)

python -m pip install kastore
# or
conda install -c conda-forge kastore

For C library usage and build instructions, see the documentation.