Re: [Twisted-Python] txdlo - a Twisted DeferredListObserver

2013-12-30 Thread Terry Jones
Hi Hynek On Mon, Dec 30, 2013 at 11:54 PM, Hynek Schlawack wrote: > if I can pester you any further: I’d appreciate a wheel and you can have a > more useful PyPI entry Thanks for your PyPI guide, it's great. I updated to include a wheel. I tried about 5 different ways to get it to install pac

Re: [Twisted-Python] txdlo - a Twisted DeferredListObserver

2013-12-30 Thread Hynek Schlawack
Hey Terry, On 30 Dec 2013, at 21:20, Terry Jones wrote: Any chance of adding a license (*cough* MIT *cough*) Is Apache ok for you? If not, mail me off list and I can do MIT for you. Apache is just fine for me – I use it for structlog too. I was suggesting MIT because that’s Twisted’s licen

Re: [Twisted-Python] txdlo - a Twisted DeferredListObserver

2013-12-30 Thread Terry Jones
Hi Hynek > Any chance of adding a license (*cough* MIT *cough*) Is Apache ok for you? If not, mail me off list and I can do MIT for you. > and putting the whole thing on PyPI? See https://pypi.python.org/pypi/txdlo I added a proper README, more tests, the license, setup.py etc. See https://gi

Re: [Twisted-Python] txdlo - a Twisted DeferredListObserver

2013-12-30 Thread Hynek Schlawack
On 30 Dec 2013, at 6:24, Terry Jones wrote: > I'll improve the examples (and probably add tests for them) at some point. > Meanwhile, the DeferredListObserver class (in txdlo.py), tests for it, and > various examples can be had from https://github.com/terrycojones/txdlo That’s great! Any chance o