I am writing an application for Google App Engine and I would like to use RRDs as the file format for graphical data. However, I am having trouble locating a GAE-compatible python library for interacting with RRD files.
It looks to me like most, such as the "rrdtool" python implementation are just wrappers for the rrdtool executable.
Anyway, does anyone know of a suitable library?