A read/write binary parser for the BTS Bioengineering TDF data format.
pip install basictdfRead the documentation here.
First clone the repo:
git clone https://github.com/marnunez/basictdf.git
cd basictdfBasictdf uses poetry for dependency management. To install poetry, run:
pip install poetryTo install the dependencies, run:
poetry install --with dev