Installation

To install RDTfeeddown, run:

pip install rdtfeeddown

Or, to install from source:

git clone https://github.com/sashaj5454/rdtfeeddown.git
cd rdtfeeddown
pip install .

Dependencies

  • matplotlib

  • numpy

  • Python >= 3.11

  • scipy

  • tfs-pandas

  • pytimber (to allow for access to Timber database - requires acc-py)

  • pyqtgraph (optional, for GUI)

  • PyQt5 or PyQt6 (optional, for GUI)

  • QtPy (optional, for GUI)