Welcome to kmm’s documentation!

Minimalistic library for reading files in the kmm file format.

Install

pip install kmm

Usage

from pathlib import Path
import kmm

kmm_path = Path("...")
header_path = Path("...")

positions = kmm.Positions.read_sync_adjust(kmm_path, header_path)

Contents:

Indices and tables