Hi Geert, I used google translate to read your email :).
Fabric is built on top of Paramiko and the decision to choose either would be based on whether you need the high level features offered by fabric to interact with the remote server or do you want to stick to the bare essentials offered by paramiko. The decision would depend on your use-case. Care to share what you intend to build. -- Thanks and Best Regards, Iftikhan Nazeem *LinkedIn* : http://ae.linkedin.com/in/ifthikhan<http://ae.linkedin.com/in/iftikhan> *Mob (Dubai) :* +971 050 7382623 *Mob (Amsterdam) :* +31 06 14769827 *Skype* : iftecan2000 2013/3/29 Geert Stappers <[email protected]> > > Hallo, > > Graag jullie advies over welke Python module te gebruiken > om secure shell, ssh, zaken te scripten. > > Mijn eigen onderzoek is nu gestrand > bij de keuze tussen paramiko en fabric. > > Het blijkt dat fabric een dependency op paramiko heeft. > > Wat is er "extra" aan fabric? > In andere woorden: Onder welke omstandigheden zou fabric > de voorkeur boven paramiko moeten krijgen? > > > Groeten > Geert Stappers > -- > > And is there a policy on top-posting vs. bottom-posting? > Yes. > > _______________________________________________ > Python-nl mailing list > [email protected] > http://mail.python.org/mailman/listinfo/python-nl > >
_______________________________________________ Python-nl mailing list [email protected] http://mail.python.org/mailman/listinfo/python-nl
