Re: [Twisted-Python] some competition and hopefully inspiration for conch

2014-07-17 Thread Phil Mayers
On 16/07/14 22:40, Glyph Lefkowitz wrote: There's a new Python-based asynchronous SSH client and server in town: This looks to have a much more straightforward API and /way/ better The client endpoint API is great. It is what Conch should always have be

Re: [Twisted-Python] some competition and hopefully inspiration for conch

2014-07-17 Thread Glyph
On Jul 17, 2014, at 2:34 AM, Adi Roiban wrote: > Hi, > > On 17 July 2014 00:40, Glyph Lefkowitz wrote: > There's a new Python-based asynchronous SSH client and server in town: > > > > This looks to have a much more straightforward API and way better > docum

Re: [Twisted-Python] some competition and hopefully inspiration for conch

2014-07-17 Thread Adi Roiban
Hi, On 17 July 2014 00:40, Glyph Lefkowitz wrote: > There's a new Python-based asynchronous SSH client and server in town: > > > > > This looks to have a much more straightforward API and *way* better > documentation than Conch, although it's of course python 3.

[Twisted-Python] some competition and hopefully inspiration for conch

2014-07-16 Thread Glyph Lefkowitz
There's a new Python-based asynchronous SSH client and server in town: This looks to have a much more straightforward API and way better documentation than Conch, although it's of course python 3.4+ only and lacks many of Conch's sophisticated (if somewhat idio