8fe576b680
As the successor to the deprecated port databases/py-rrdtool_lgpl [1], this port is intended to inherit its functionality, but comes from a different source [2][3] and is also named differently. [1] https://sourceforge.net/projects/py-rrdtool/files/ [2] http://www.nongnu.org/py-rrdtool/ [3] https://github.com/commx/python-rrdtool PR: 251126 Submitted by: darius@dons.net.au (new maintainer) Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D28038
12 lines
499 B
Text
12 lines
499 B
Text
The python-rrdtool provides an interface to rrdtool, the
|
|
wonderful graphing and logging utility. This wrapper
|
|
implementation has worked from the scratch (without SWIG),
|
|
and it's under LGPL.
|
|
|
|
The bindings are based on the code of the original Python 2
|
|
bindings module for rrdtool by Hye-Shik Chang and are now
|
|
shipped with the RRDtool distribution. This project is
|
|
maintained separately to provide a more pythonic way to
|
|
install those bindings via PyPI.
|
|
|
|
WWW: https://github.com/commx/python-rrdtool
|