Re: [Twisted-Python] pywin32 -> cffi update and feedback request

2016-01-06 Thread Amber Brown
Worth noting, I have a CFFI binding for IOCP already (its blocked on base support for Windows on Py3, that ticket is up for review), so it's not needed right now. Although, ideally, replacing our custom built thing with a library would be the best case, but we can put more important things first

[Twisted-Python] Shiji - JSON REST API Framework built with Twisted Web

2016-01-06 Thread Jason J. W. Williams
HI Guys, In case its of help to anyone, my company is open sourcing the framework we built using Twisted Web to help us build & serve JSON REST APIs: https://github.com/williamsjj/shiji We've been using it successfully for a few years and built it to solve a bunch of repetitive tasks for us: *

Re: [Twisted-Python] pywin32 -> cffi update and feedback request

2016-01-06 Thread Glyph Lefkowitz
> On Jan 6, 2016, at 15:35, Oliver Palmer wrote: > > So expanding on the "Should the CFFI wrapper and functions for win32 be a > separate project" thread from six months ago I think I'd like some feedback. > The pywincffi project, which I'm > planning t

[Twisted-Python] pywin32 -> cffi update and feedback request

2016-01-06 Thread Oliver Palmer
So expanding on the "Should the CFFI wrapper and functions for win32 be a separate project" thread from six months ago I think I'd like some feedback. The pywincffi project, which I'm planning to use to start replacing pywin32 in Twisted, is getting close to