A read/write binary parser for the BTS Bioengineering TDF data format.
pip install basictdf
Read the documentation here.
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