An open API service indexing awesome lists of open source software.

https://github.com/tskit-dev/kastore

The key-array store for read-only numerical data.
https://github.com/tskit-dev/kastore

Last synced: 3 months ago
JSON representation

The key-array store for read-only numerical data.

Awesome Lists containing this project

README

          

# kastore

[![License](https://img.shields.io/github/license/tskit-dev/kastore)](https://github.com/tskit-dev/kastore/blob/main/LICENSE) [![PyPI version](https://img.shields.io/pypi/v/kastore.svg)](https://pypi.org/project/kastore/) [![Supported Python Versions](https://img.shields.io/pypi/pyversions/kastore.svg)](https://pypi.org/project/kastore/) [![Binary wheels](https://github.com/tskit-dev/kastore/actions/workflows/wheels.yml/badge.svg)](https://github.com/tskit-dev/kastore/actions/workflows/wheels.yml) [![Tests](https://github.com/tskit-dev/kastore/actions/workflows/tests.yml/badge.svg)](https://github.com/tskit-dev/kastore/actions/workflows/tests.yml) [![codecov](https://codecov.io/gh/tskit-dev/kastore/branch/main/graph/badge.svg)](https://codecov.io/gh/tskit-dev/kastore)

A simple key-array store for read-only numerical data used in [tskit](https://github.com/tskit-dev/tskit).
Please see the documentation ([stable](https://kastore.readthedocs.io/en/stable/) • [latest](https://kastore.readthedocs.io/en/latest/)) for more information.

## Installation (Python)

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

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