/basictdf

Primary LanguagePython

example workflow codecov Documentation

A read/write binary parser for the BTS Bioengineering TDF data format.

Installation

pip install basictdf

Usage

Read the documentation here.

Development

First clone the repo:

git clone https://github.com/marnunez/basictdf.git
cd basictdf

Basictdf uses poetry for dependency management. To install poetry, run:

pip install poetry

To install the dependencies, run:

poetry install --with dev