.. title:: Komlogd Komlogd ======= Komlogd is the agent for communicating with `Komlog platform `_, a distributed execution platform aimed at visualizing and sharing time series. Komlogd is built in python and can be used as an independent daemon or as an API, so you can add Komlog functionality to your own python code. **Automatic install**:: pip install komlogd Komlogd is listed in `PyPI `_ so you can install with ``pip`` or ``easy_install``. **Requirements** Komlogd needs python 3.5+. It also has some aditional dependencies (that will install automatically if you use ``pip``): * `aiohttp `_ * `cryptography `_ * `pandas `_ * `pyyaml `_ .. note:: To install dependencies, pip will need some of your distribution packages, like ``gcc``, ``libffi-dev``, ``numpy``, etc. On slow devices, installing pandas and cryptography can take a lot of time, so maybe you prefer to install them directly using your distribution's package manager. **Docs** .. toctree:: :maxdepth: 3 install configuration api