Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 570 Bytes

File metadata and controls

13 lines (7 loc) · 570 Bytes

binney

binney is a library and tool for processing, generating and converting gen2 readout bin files. The bulk of binney is written in rust for performance readings with python bindings provided by pyo3.

Instalation

This package is published on pypi as pybinney, so to get the binney-cli tool you can simply install it using the package manager of your choice, eg pipx install pybinney

For the library add pybinney as a dependency in your packages pyproject.toml and then import binney.

Usage

For the command line see binney-cli help