Is it just a python interface to the wireline protocol or do you have a PEP 249 compatible library? If you do have one that's awesome and I'd love to play with it. My original intention was actually to add a Drizzle backend to Django, but I ended up being drawn lower and lower down the stack since things weren't quite finished yet. If you have a PEP 249 compatible library I can go back to my original goal, and that's really exciting that so much progress has been made!
Mike On Mon, Jan 4, 2010 at 5:43 PM, Monty Taylor <[email protected]> wrote: > We actually have an almost-done DB API driver now. Max has been working > on it. I've also been doing some experimenting with a cython-based > version, although that one is much less far along. > > Always interested in help, though. lp:drizzle-interface is definitely > where we're focusing those efforts! > > Monty > > Mike Malone wrote: >> Hey, I started playing around with building a Python client library a >> few months ago, but I decided Drizzle wasn't quite stable enough at >> that point. The wireline protocol was still changing, and the SWIG >> wrapper was out of sync with Drizzle trunk (I think drizzle-interface >> was just starting). If there's interest, and the protocol / interface >> libraries are stable, I'd love to revive that project. >> >> Mike >> >> On Sat, Jan 2, 2010 at 7:58 AM, Jay Pipes <[email protected]> wrote: >>> Hi! Have you checked out the drizzle-interfaces project? Monty Taylor may >>> also have some insight... >>> >>> https://code.launchpad.net/drizzle-interface >>> >>> Cheers! >>> Jay >>> >>> mark wrote: >>>> hi guys >>>> is there a python client library that i can use? >>>> i looked in the wiki and website and was not able to find any info. >>>> thanks >>>> >>>> _______________________________________________ >>>> Mailing list: https://launchpad.net/~drizzle-discuss >>>> Post to : [email protected] >>>> Unsubscribe : https://launchpad.net/~drizzle-discuss >>>> More help : https://help.launchpad.net/ListHelp >>> _______________________________________________ >>> Mailing list: https://launchpad.net/~drizzle-discuss >>> Post to : [email protected] >>> Unsubscribe : https://launchpad.net/~drizzle-discuss >>> More help : https://help.launchpad.net/ListHelp >>> >> > > _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

