Awesome. I'm guessing it's this project: https://code.launchpad.net/~mordred/drizzle-python/trunk..?
With a PEP 249 API for drizzle a DB backend for Django should be pretty easy. Adding that to my to do list :). Mike On Mon, Jan 4, 2010 at 6:03 PM, Monty Taylor <[email protected]> wrote: > Well... we have both. We have a wrapper around libdrizzle, and we have > almost completed the PEP 249 lib. I believe Max is working on the > parameter substitution right now... > > I'd be thrilled if you got Django support added. > > Monty > > Mike Malone wrote: >> 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

