[Rrd-announce] python-rrdtool 0.1.5 released

Christian Jurk commx at commx.ws
Sat Aug 6 12:55:31 CEST 2016


Dear community,

I'm pleased to announce version 0.1.5 of python-rrdtool (former rrdtool-py3k). python-rrdtool is a rrdtool Python binding for Python 2.6+ and 3.3+. It’s 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.5:
* Added parallelism patches from upstream to acquire GIL for I/O bound operations
* Fixed issue that caused a memory leak on Python 3 (fix provided by Robert Ehlers)
* Added dedicated documentation for the module
* Minor changes to remove compiler warnings when using -Wall -Wextra

The project is hosted on Github (including sources):
https://github.com/commx/python-rrdtool

The documentation can be found at
http://pythonhosted.org/rrdtool

The bindings can be installed pretty easily for your desired Python version:
# pip install rrdtool


More information about the rrd-announce mailing list