Skip to content

abiapp/python-rrdtool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • C 34.6%
  • Shell 18.9%
  • Roff 15.4%
  • HTML 14.4%
  • Makefile 9.3%
  • M4 4.7%
  • Other 2.7%