Installation

Python version support

timeboard is tested with Python versions 2.7, 3.6, 3.7, and 3.8.

Installation

pip install timeboard

The import statement to run all the examples is:

>>> import timeboard as tb

Dependencies

Package versions tested
pandas 0.22 - 1.0
numpy 1.13 - 1.18
python-dateutil 2.6.1 - 2.8.1
six 1.11 - 1.14

The code is tested by pytest .