************ Installation ************ Python version support ---------------------- :py:mod:`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 `_ .