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.
- Host: GitHub
- URL: https://github.com/tskit-dev/kastore
- Owner: tskit-dev
- License: mit
- Created: 2018-03-21T15:09:15.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-09-12T12:47:54.000Z (4 months ago)
- Last Synced: 2025-09-25T15:42:27.860Z (4 months ago)
- Language: C
- Size: 454 KB
- Stars: 2
- Watchers: 4
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kastore
[](https://github.com/tskit-dev/kastore/blob/main/LICENSE) [](https://pypi.org/project/kastore/) [](https://pypi.org/project/kastore/) [](https://github.com/tskit-dev/kastore/actions/workflows/wheels.yml) [](https://github.com/tskit-dev/kastore/actions/workflows/tests.yml) [](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.