Metadata-Version: 1.1
Name: python-rrdtool
Version: 1.4.7
Summary: Working Python RRDTool binding
Home-page: https://github.com/pbanaszkiewicz/python-rrdtool
Author: Piotr Banaszkiewicz
Author-email: piotr@banaszkiewicz.org
License: LGPL
Description: 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:
        
        - RRDTool webpage: http://oss.oetiker.ch/rrdtool/
        - RRDTool Python module: http://oss.oetiker.ch/rrdtool/prog/rrdpython.en.html
        
        Installation
        ~~~~~~~~~~~~
        
        In virtualenv: `pip install python-rrdtool`
        
        From archive: `pip install python-rrdtool-1.4.7.tar.gz`
        
        From sources: `python setup.py install`
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Archiving
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Utilities
