Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 374 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 374 Bytes

pytdt

PyPI version

A tool for interfacing with and reading TDT blocks in python

Installation

pip install pytdt

Usage

>>> import pytdt

>>> block = pytdt.Block('path/to/block')
>>> block.read_streams()

Documentation

Read the docs here