kkzhang / python-rrdtool

Working Python RRDTool binding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-rrdtool package

This is a working Python Package of RRDtool binding to Python. It delivers the same API as original binding (actually, it IS original binding, but installable via pip.)

Useful links:

Installation

A few development (header) files are required to build python-rrdtool: for Python, libcairo2, libpango, libxml2, libglib2 and librrd. In Ubuntu run: sudo apt-get install libcairo2-dev libpango1.0-dev libglib2.0-dev libxml2-dev librrd-dev

In virtualenv: pip install python-rrdtool

From archive: pip install python-rrdtool-1.4.7.tar.gz

From sources: python setup.py install

About

Working Python RRDTool binding

License:GNU Lesser General Public License v3.0


Languages

Language:C 34.4%Language:Shell 18.9%Language:Roff 15.4%Language:HTML 14.4%Language:Makefile 9.3%Language:M4 4.7%Language:Perl 1.8%Language:XS 0.3%Language:Lua 0.2%Language:Python 0.2%Language:C++ 0.1%Language:Ruby 0.1%Language:Awk 0.0%Language:Tcl 0.0%