I was indeed talking about Paisley, I had forgotten what it was called.
Offhand do you think it should still work with the current couchdb API?
I think I will dig out my old code that was using it and see if I can
push it on a bit.
Alan.
David Reid wrote:
Hi Alan,
Are you talking about Paisley or some other twisted python couchdb
library?
If you're talking about Paisley the simple answer is that no one has
filed bugs against it and I haven't been using it so I haven't been
developing it. If you're interested in adding features or fixing bugs
you're welcome to go to https://launchpad.net/~paisley-dev/+join and
join the Paisley Developers team.
-David
On Feb 16, 2009, at 10:37 AM, Alan Bell wrote:
Has anyone given the twisted python library any love recently? last
time I checked it was almost growing attachment handling (as was
couchdb) or is there a way to do twisted type programming with
deferred events with the couchdb-python library.
Alan.
Jeff Hinrichs - DM&T wrote:
On Sat, Feb 14, 2009 at 8:31 PM, Adam Petty <[email protected]>
wrote:
My appologies if this isn't the right place...and yes I'm a neub at
things
both python and couch so I'll be greatly appreciative for any info
available.
I'm currently trying to get a python object to convert to a couch
document
to submit to the DB - but can't seem to find a good way to do it.
for example:
Id like to convert the following python document:
{'username':'johnsmith','date'":(2009, 1, 1, 0, 0, 0, 3, 1, -1),
'names':
{'lname':'smith','birtdate':(1974, 1, 20, 0, 0, 0, 3, 1, -1),
'fname':'tim'}}
I'd like to write this directly to a couchDB - and I've tried
jsonpickle,
and looked all through couchdb.schema, but again am new at python
and couch.
I can see the dicts, and I know I can convert from a couchdoc to
python
automatically -- what am I missing.
Again - thanks,
Adam
Are you using the couchdb-python libary,
http://code.google.com/p/couchdb-python/ ?
Since you mention couchdb.schema, I assume that you are. I would go
with the standard interface as suggested by Paul.
-Jeff