marnunez / basictdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 100.0%