with zero-deploy, all you need is SSH access to some machine: the rpyc code will be deployed to a temporary directory on that machine, a light-weight threading server will start (bound to the localhost), and an ssh tunnel will be created (from the local machine to the remote one). all this, in just one line of code!
example: https://github.com/tomerfiliba/rpyc/blob/dev3.3/tests/test_deploy.py code: https://github.com/tomerfiliba/rpyc/blob/dev3.3/rpyc/utils/zerodeploy.py this will be available in rpyc 3.3 (currently on a side branch) ----------------------------------------------------------------- *Tomer Filiba* tomerfiliba.com <http://www.facebook.com/tomerfiliba> <http://il.linkedin.com/in/tomerfiliba>
