fixed python bindings:
[rrdtool.git] / bindings / python / README
1 Based on Python-RRDtool 0.2.1
2 -----------------------------
3
4 The python-rrdtool provides a interface to rrdtool, the wonderful
5 graphing and logging utility. This wrapper implementation has
6 worked from the scratch (without SWIG), and it's under LGPL.
7
8 This module have not documented yet. Please refer pydoc.
9
10
11 Project
12 -------
13
14 Homepage: http://www.nongnu.org/py-rrdtool/
15
16 Mailing Lists:
17
18   CVS Checkins     py-rrdtool-cvs@nongnu.org
19   Users & Hackers  py-rrdtool-users@nongnu.org
20
21
22 Original Author
23 ---------------
24
25 Hye-Shik Chang <perky@FreeBSD.org>
26
27 Any comments, suggestions, and/or patches are very welcome.
28 Thank you for using py-rrdtool!
29
30
31 CHANGES
32 -------
33 2008-05-19 - tobi
34 * rewrote the info method to conform to rrdtool info standard