This module contains some simple methods that are useful when analysing time series data.
The code is tested on a recent version of Ubuntu & Python 3, but is so simple that it should work everywhere else too.
To install the latest release from PyPI, use
pip install datkit
To install from the repo, use e.g.
python setup.py install -e .
Tests can then be run with
python -m unittest
And docs can be built with
cd docs
make clean html