]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
python-rrdtool as replacement for the upstream Python bindings (#755)
authorChristian Kröger <commx@commx.ws>
Thu, 16 Feb 2017 16:06:37 +0000 (17:06 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Thu, 16 Feb 2017 16:06:37 +0000 (17:06 +0100)
commit6863af515b16826ed66f29f2c4f796575cc60e24
tree7c90618e74e72b4be0a64376893b1bb4de48fd54
parent6d00aa0c1758b49d2d1d32361eb1c3c63a6950fa
python-rrdtool as replacement for the upstream Python bindings (#755)

* Replaced Python bindings with python-rrdtool

* Updated Makefile.in contents

* Added missing import

* Path correction

* Python 3 compatible print statements in acinclude.m4

* Updated configure script

* Added LIST command to Python binding

* Added missing var decls

* Added callback support for Python binding and initial tests suite for the binding

* Fixed some gcc compiler errors in pre-C99 mode

* setuptools is required to build the Python bindings

* Directory traversal
13 files changed:
.travis.yml
bindings/Makefile.am
bindings/Makefile.in
bindings/python/ACKNOWLEDGEMENT [deleted file]
bindings/python/AUTHORS [deleted file]
bindings/python/README [deleted file]
bindings/python/README.md [new file with mode: 0644]
bindings/python/rrdtoolmodule.c
bindings/python/setup.py
bindings/python/tests/__init__.py [new file with mode: 0644]
bindings/python/tests/test_fetch_cb.py [new file with mode: 0644]
configure
m4/acinclude.m4