well, it's not on a side branch any more, it's in the master. you can use clone the git repo and use it directly, or wait for the release :)
----------------------------------------------------------------- *Tomer Filiba* tomerfiliba.com <http://www.facebook.com/tomerfiliba> <http://il.linkedin.com/in/tomerfiliba> On Sun, Mar 3, 2013 at 11:11 PM, <[email protected]> wrote: > Hi Tomer, > > Please add this note "this will be available in rpyc 3.3 (currently on a > side branch)" to the docs at > http://rpyc.readthedocs.org/en/latest/api/utils_zerodeploy.html - might > save someone 5 minutes of wtf frustration. > > > On Monday, May 28, 2012 2:44:37 PM UTC+1, Tomer Filiba wrote: >> >> 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<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<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> >> >> -- > > --- > You received this message because you are subscribed to the Google Groups > "rpyc" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- --- You received this message because you are subscribed to the Google Groups "rpyc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
