[Twisted-Python] twistedcat - twisted endpoint concatenator

2014-06-21 Thread David Stainton
Greetings, I was inspired by the "socat" CLI utility to write something similar called twistedcat. https://github.com/david415/twistedcat https://github.com/david415/twistedcat/blob/master/twistedcat/twistedcat.py Obviously it should have the "cat" word in the name... so what do you suggest?

Re: [Twisted-Python] Effects of calling transport.writeSomeData() ?

2014-06-21 Thread exarkun
On 20 Jun, 10:22 pm, m...@catseye.org wrote: We're writing a Twisted 14.0.0 application (on Python 2.7.7, Mac OS 10.9.3) that uses Conch as an SSH client; this is working fine. However, we have the requirement that in an advanced mode of operation for power users that the application take advan

[Twisted-Python] [RELEASE] Nevow 0.11.1

2014-06-21 Thread exarkun
Hello, I'm pleased to announce the release of Nevow 0.11.1. Nevow is a web application construction kit written in Python and based on Twisted. It is designed to allow the programmer to express as much of the view logic as desired in Python, and includes a pure Python XML expression syntax na

Re: [Twisted-Python] Trac downtime

2014-06-21 Thread Glyph
On Jun 20, 2014, at 10:10 PM, HawkOwl wrote: > On 21 Jun 2014, at 8:43, Glyph wrote: >> On Jun 20, 2014, at 2:40 AM, HawkOwl wrote: >> >>> The web server version string says Twisted 11.1 — maybe we should upgrade >>> that too? :) >> >> Sounds like somebody should send a PR to Braid? :-) > >

Re: [Twisted-Python] twistedcat - twisted endpoint concatenator

2014-06-21 Thread Glyph
On Jun 21, 2014, at 7:12 AM, David Stainton wrote: > Greetings, > > I was inspired by the "socat" CLI utility to write something similar called > twistedcat. > > https://github.com/david415/twistedcat > https://github.com/david415/twistedcat/blob/master/twistedcat/twistedcat.py > > Obviously

Re: [Twisted-Python] Trac downtime

2014-06-21 Thread HawkOwl
On 22 Jun 2014, at 11:54, Glyph wrote: > > On Jun 20, 2014, at 10:10 PM, HawkOwl wrote: >> On 21 Jun 2014, at 8:43, Glyph wrote: >>> On Jun 20, 2014, at 2:40 AM, HawkOwl wrote: >>> The web server version string says Twisted 11.1 — maybe we should upgrade that too? :) >>> >>> Sou

Re: [Twisted-Python] [RELEASE] Nevow 0.11.1

2014-06-21 Thread Glyph
On Jun 21, 2014, at 7:46 AM, exar...@twistedmatrix.com wrote: > This release includes a number of minor new features and bug fixes. It also > includes changes to modernize Nevow's packaging - installation of Nevow using > `pip` is now supported. This release also marks the move of Nevow > de

Re: [Twisted-Python] Trac downtime

2014-06-21 Thread Glyph
On Jun 21, 2014, at 9:08 PM, HawkOwl wrote: > When I get a moment, I’ll have a look at all this. Moving parts :( Yeah, I know what you mean. Nevertheless, the more maintenance it gets, the easier it becomes to maintain :-) -glyph___ Twisted-Python

Re: [Twisted-Python] [RELEASE] Nevow 0.11.1

2014-06-21 Thread Donald Stufft
On Jun 22, 2014, at 1:48 AM, Glyph wrote: > > On Jun 21, 2014, at 7:46 AM, exar...@twistedmatrix.com wrote: > >> This release includes a number of minor new features and bug fixes. It also >> includes changes to modernize Nevow's packaging - installation of Nevow >> using `pip` is now suppo