[python-tulip] AutobahnPython: deprecate Python 2 / asyncio? Any real-world use?

2016-01-25 Thread Tobias Oberstein
Hi, AutobahnPython supports running on Python 2 with asyncio - more precisely, by using Trollius, a backport of asyncio to Python 2. Same for txaio: https://github.com/crossbario/txaio#platform-support Victor, creator of Trollius is thinking of depcrecating Trollius and is asking if there

[python-tulip] Who use Trollius? Should we deprecate this project?

2016-01-25 Thread Victor Stinner
Hi, Short story: I don't want to maintain Trollius anymore. If anyone is using it, please say it. Otherwise, I will simply make it clear that Trollius must not be used anymore. Since almost no library support Trollius, I'm not sure that it's possible to build an application on top of it. For

Re: [python-tulip] Who use Trollius? Should we deprecate this project?

2016-01-25 Thread Victor Stinner
Hi, 2016-01-25 21:57 GMT+01:00 Tobias Oberstein : > Autobahn, a WebSocket/WAMP library supports running on top of Twisted or > asyncio (and Trollius for Py2): Yeah, it's mentioned in https://trollius.readthedocs.org/libraries.html AutobahnPython, Pulsar and Tornado

Re: [python-tulip] Who use Trollius? Should we deprecate this project?

2016-01-25 Thread Luca Sbardella
Hi, On 25 January 2016 at 21:06, Victor Stinner wrote: > Hi, > > 2016-01-25 21:57 GMT+01:00 Tobias Oberstein : > > Autobahn, a WebSocket/WAMP library supports running on top of Twisted or > > asyncio (and Trollius for Py2): > > Yeah, it's

Re: [python-tulip] Who use Trollius? Should we deprecate this project?

2016-01-25 Thread Ben Darnell
On Mon, Jan 25, 2016 at 4:45 PM, Victor Stinner wrote: > Hi, > > Short story: I don't want to maintain Trollius anymore. If anyone is > using it, please say it. Otherwise, I will simply make it clear that > Trollius must not be used anymore. > > Since almost no library

Re: [python-tulip] Who use Trollius? Should we deprecate this project?

2016-01-25 Thread Victor Stinner
2016-01-25 23:27 GMT+01:00 Luca Sbardella : > Pulsard does not use trollius anymore. > The last version working with python 2.7 (and trollius) was pulsar 0.9.2, > released more than a year ago. > > Pulsar 1.0.x and 1.1.x is only for python 3.4 and above. > Pulsar 1.2.x