]> git.ipfire.org Git - collecty.git/commit - src/collecty/bus.py
Add graph info functionality
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 26 Oct 2015 23:57:58 +0000 (00:57 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 26 Oct 2015 23:57:58 +0000 (00:57 +0100)
commita386481247af3ce6f554162a4c3632afe2513b89
tree88af10514450fb757b01e4b7a5e28d15a6a301eb
parentac5bd9d3d9316d73458b57bebf73b3a57b7e4182
Add graph info functionality

The GraphInfo interface will return some basic information about
a graph (like title, etc.) and can be extended in the future.

This patch also changed the return value of the GenerateGraph
interface which is now a dictionary which is more extensible
and comes with some metrics about the graph now.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/collecty/bus.py
src/collecty/client.py
src/collecty/daemon.py
src/collecty/plugins/base.py