Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# kastore


[![CircleCI](https://circleci.com/gh/tskit-dev/kastore/tree/main.svg?style=svg)](https://circleci.com/gh/tskit-dev/kastore/tree/main) [![codecov](https://codecov.io/gh/tskit-dev/kastore/branch/main/graph/badge.svg)](https://codecov.io/gh/tskit-dev/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](https://kastore.readthedocs.io/en/latest/) for more information.
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.
Loading