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 -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/