]> git.ipfire.org Git - people/ms/python-rrdtool.git/log
people/ms/python-rrdtool.git
11 years ago* Added initial code for high-level module for using rrdtool in an
Christian Jurk [Tue, 18 Sep 2012 01:34:02 +0000 (03:34 +0200)] 
* Added initial code for high-level module for using rrdtool in an
  object-oriented manner.
* Updated README.
* Updated setup script to include the high-level module, as well as
  building the low-level extension.

11 years ago* On POSIX systems, the 'graph' function will now cache data in memory
Christian Jurk [Mon, 17 Sep 2012 23:13:19 +0000 (01:13 +0200)] 
* On POSIX systems, the 'graph' function will now cache data in memory
  when creating graphs with the filename argument "-". On other systems,
  a exception is raised when trying to use the "-" filename argument.
* Added updatev, flushcached, graphv, tune, first, last, resize, info
  and lib_version functions.

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