.. _PackageTimeSeries: ************************* 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 `_ .. code-block:: bash pip install shyft.time-series 2. using **anaconda/conda** from the `Shyft channel `_ .. code-block:: bash conda install -c shyft-os shyft.time_series .. note:: This package is contained in the :ref:`PackageShyft`.