Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 564 Bytes

index.rst

File metadata and controls

39 lines (25 loc) · 564 Bytes

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)
.. toctree::
   :maxdepth: 2
   :caption: Contents:

   positions
   header

Indices and tables