]> git.ipfire.org Git - people/ms/python-rrdtool.git/log
people/ms/python-rrdtool.git
11 years ago* Added fetch and graph function.
Christian Jurk [Mon, 17 Sep 2012 02:08:55 +0000 (04:08 +0200)] 
* Added fetch and graph function.
* Initial code added for keeping graphs in memory (when the filename for
  the graph functions is being "-". It will then redirect stdout to a
  buffer and return it as a Python bytes object as part of the return
  tuple.

11 years ago* Added distutil setup script for building and installing the module.
Christian Jurk [Thu, 13 Sep 2012 23:31:22 +0000 (01:31 +0200)] 
* Added distutil setup script for building and installing the module.
* Added initial code with the "create" function which wraps rrdtool database creation.

11 years agoInitial commit
commx [Thu, 13 Sep 2012 21:27:53 +0000 (14:27 -0700)] 
Initial commit