pyRserve
--------
pyRServe is a library for connecting Python to an R process running under Rserve.
Through such a connection variables can be get and set in R from Python, 
and also R-functions can be called remotely.


Published under MIT license (see file LICENSE for details).


Some useful links:
R:        http://www.r-project.org/
Rserve:   http://www.rforge.net/Rserve/
pyRserve: http://www.ralph-heinkel.com/pyRserve/
