Re: [Twisted-Python] tubes now a separate project

2014-12-30 Thread Glyph
On Dec 29, 2014, at 12:46 PM, Glyph Lefkowitz gl...@twistedmatrix.com wrote: On Dec 27, 2014, at 9:46 AM, exar...@twistedmatrix.com mailto:exar...@twistedmatrix.com wrote: On 12:13 am, gl...@twistedmatrix.com mailto:gl...@twistedmatrix.com wrote: Apropos of recent discussion, I have

Re: [Twisted-Python] tubes now a separate project

2014-12-29 Thread Glyph Lefkowitz
On Dec 27, 2014, at 9:46 AM, exar...@twistedmatrix.com wrote: On 12:13 am, gl...@twistedmatrix.com wrote: Apropos of recent discussion, I have moved tubes https://tm.tl/1956 to github https://github.com/twisted/tubes/. I've filed some issues there and plan to file more. Please start

[Twisted-Python] tubes now a separate project

2014-12-26 Thread Glyph Lefkowitz
Apropos of recent discussion, I have moved tubes https://tm.tl/1956 to github https://github.com/twisted/tubes/. I've filed some issues there and plan to file more. Please start sending pull requests if you'd like to work on it with me. -glyph ___

Re: [Twisted-Python] tubes now a separate project

2014-12-26 Thread Glyph Lefkowitz
On Dec 26, 2014, at 4:13 PM, Glyph Lefkowitz gl...@twistedmatrix.com wrote: Apropos of recent discussion, I have moved tubes https://tm.tl/1956 to github https://github.com/twisted/tubes/. I've filed some issues there and plan to file more. Please start sending pull requests if you'd

Re: [Twisted-Python] Tubes!

2014-12-11 Thread Glyph
On Jul 10, 2014, at 21:32, exar...@twistedmatrix.com wrote: Tubes have been largely Glyph's effort (though a lot of people have contributed in one way or another). And a large effort it's been. Development is proceeding in a Twisted branch and comes to over three thousand lines of

Re: [Twisted-Python] Tubes!

2014-12-11 Thread Itamar Turner-Trauring
I would suggest including the Twisted support inside tubes as a first pass, restricted to a module (e.g. tubes.helical). Less overhead and as long as it's optional it's not preventing anyone from using tubes with other frameworks. Otherwise, +100.

Re: [Twisted-Python] Tubes!

2014-12-11 Thread Donald Stufft
On Dec 11, 2014, at 6:55 PM, Itamar Turner-Trauring ita...@itamarst.org wrote: I would suggest including the Twisted support inside tubes as a first pass, restricted to a module (e.g. tubes.helical). Less overhead and as long as it's optional it's not preventing anyone from using tubes

Re: [Twisted-Python] Tubes!

2014-12-11 Thread Christopher Armstrong
On Dec 11, 2014, at 6:00 PM, Donald Stufft don...@stufft.io wrote: On Dec 11, 2014, at 6:55 PM, Itamar Turner-Trauring ita...@itamarst.org wrote: I would suggest including the Twisted support inside tubes as a first pass, restricted to a module (e.g. tubes.helical). Less overhead and

Re: [Twisted-Python] Tubes!

2014-12-11 Thread Daniel Sank
A helix is twisted but isn't necessarily a tube. Macaroni on the other hand... On Thu, Dec 11, 2014 at 4:09 PM, Christopher Armstrong ra...@twistedmatrix.com wrote: On Dec 11, 2014, at 6:00 PM, Donald Stufft don...@stufft.io wrote: On Dec 11, 2014, at 6:55 PM, Itamar Turner-Trauring

Re: [Twisted-Python] Tubes!

2014-07-13 Thread Thomas Hervé
On Thu, Jul 10, 2014 at 10:37 PM, Glyph Lefkowitz gl...@twistedmatrix.com wrote: While I currently believe that Tubes's API has firmed up and its current API is suitable for general purpose use, I have believed that at various points in the past as well when it was completely wrong. This

Re: [Twisted-Python] Tubes!

2014-07-12 Thread Tom Prince
Glyph Lefkowitz gl...@twistedmatrix.com writes: While I currently believe that Tubes's API has firmed up and its current API is suitable for general purpose use, I have believed that at various points in the past as well when it was completely wrong. This sentiment is very much of the this

Re: [Twisted-Python] Tubes! (package metadata and version constraints)

2014-07-11 Thread Glyph
On Jul 10, 2014, at 5:23 PM, exar...@twistedmatrix.com wrote: On 10 Jul, 08:37 pm, gl...@twistedmatrix.com wrote: On Jul 10, 2014, at 12:32 PM, exar...@twistedmatrix.com wrote: 2) As a separate Python package, the logistics of actually using tubes are simpler (just consider how you might

Re: [Twisted-Python] Tubes!

2014-07-11 Thread Tobias Oberstein
Specifically, I think it would be beneficial to set up a tubes project on Github under the Twisted organization and try for a release in the very near future. I think this has several advantages over the status quo: +1 for splitting into a separate project. even if Tubes would be

[Twisted-Python] Tubes!

2014-07-10 Thread exarkun
Hello all, Some of you may have heard rumors of some work in progress on a replacement for Twisted's IConsumer/IProducer interfaces. Tubes have been largely Glyph's effort (though a lot of people have contributed in one way or another). And a large effort it's been. Development is

Re: [Twisted-Python] Tubes!

2014-07-10 Thread Glyph Lefkowitz
On Jul 10, 2014, at 12:32 PM, exar...@twistedmatrix.com wrote: Hello all, Some of you may have heard rumors of some work in progress on a replacement for Twisted's IConsumer/IProducer interfaces. Tubes have been largely Glyph's effort (though a lot of people have contributed in one

Re: [Twisted-Python] Tubes!

2014-07-10 Thread Christopher Armstrong
On July 10, 2014 at 3:40:26 PM, Glyph Lefkowitz (gl...@twistedmatrix.com) wrote: On Jul 10, 2014, at 12:32 PM, exar...@twistedmatrix.com wrote: 2) As a separate Python package, the logistics of actually using tubes are simpler (just consider how you might declare a dependency on a branch of

Re: [Twisted-Python] Tubes!

2014-07-10 Thread Glyph Lefkowitz
On Jul 10, 2014, at 1:47 PM, Christopher Armstrong ra...@twistedmatrix.com wrote: For what it’s worth, if you add an “a%n” to the end of a version, pip won’t install it unless you specify the version exactly. e.g., “tubes” version “0.1a1” won’t be found if you type “pip install tubes”,

Re: [Twisted-Python] Tubes!

2014-07-10 Thread Donald Stufft
Hmm, perhaps —pre shouldn’t be allowed in config files :V On Jul 10, 2014, at 5:19 PM, Glyph Lefkowitz gl...@twistedmatrix.com wrote: On Jul 10, 2014, at 1:47 PM, Christopher Armstrong ra...@twistedmatrix.com wrote: For what it’s worth, if you add an “a%n” to the end of a version, pip

Re: [Twisted-Python] Tubes! (package metadata and version constraints)

2014-07-10 Thread exarkun
On 10 Jul, 08:37 pm, gl...@twistedmatrix.com wrote: On Jul 10, 2014, at 12:32 PM, exar...@twistedmatrix.com wrote: 2) As a separate Python package, the logistics of actually using tubes are simpler (just consider how you might declare a dependency on a branch of Twisted - keeping in mind you