Dear community, I'm pleased to announce version 0.1.2 of python-rrdtool. It's a Python binding for Python 2 and 3. They are based on the original Python (2.x) bindings module by Hye-Shik Chang and available as a native C extension.
Changes in version 0.1.2: * Added support for the xport command. * Added support for the lastupdate command. * On Python 2.x, str objects are now returned instead of unicode objects. * Improved documentation by adding latest options of rrdtool commands. * Merged some changes from upstream. The project is hosted on Github (including sources): https://github.com/commx/python-rrdtool They can be installed pretty easily using pip (replace with pip3 for Python 3): # pip install rrdtool Further documentation and usage examples can be found on the Github project page. I'd like to encourage users to test the binding and submit bugs (as its still at a early stage of development) to the issue tracker there. Thank you. -- Best regards, Christian Jurk Email: [email protected] Web: www.commx.ws Note: If you've received this mail in error, please delete it immediately. Thank you.
_______________________________________________ rrd-announce mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-announce
