Package shyft.time-series

The Python package shyft.time-series provides a high performance generic time-series framework including a distributed time-series database solution, extensible by python, that can run on multiple servers and the ability to work with time-series expressions, in a natural way like math-expressions, with the execution being performed by multi-core parallel C++ code.

The package is platform independent and can be installed the following way:

  1. using pip from PyPI

    pip install shyft.time-series
    
  2. using anaconda/conda from the Shyft channel

    conda install -c shyft-os shyft.time_series
    

Note

This package is contained in the Package shyft.