pyRserve
--------
pyRServe is a library for connecting Python to a (remote) R process running under
Rserve over TCP/IP.
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:
pyRserve: https://pypi.python.org/pypi/pyRserve
Rserve:   http://www.rforge.net/Rserve/
R:        http://www.r-project.org/
