Metadata-Version: 2.4
Name: kastore
Version: 0.3.5
Summary: A write-once-read-many store for simple numerical data
Author-email: Tskit Developers <admin@tskit.dev>
License-Expression: MIT
Project-URL: Homepage, https://github.com/tskit-dev/kastore
Project-URL: Documentation, https://kastore.readthedocs.io/en/latest/
Project-URL: Changelog, https://kastore.readthedocs.io/en/latest/changelogs.html
Project-URL: Bug Tracker, https://github.com/tskit-dev/kastore/issues
Project-URL: GitHub, https://github.com/tskit-dev/kastore
Keywords: binary store,numerical,arrays
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=2
Requires-Dist: humanize
Dynamic: license-file

# 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/)[![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://tskit.dev/kastore/docs/) 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.
