couchdbkit
couchdbkit copied to clipboard
CouchDB python framework
# Issue Type [x] Bug (Typo) # Steps to Replicate and Expected Behaviour - Examine couchdbkit/client.py, couchdbkit/schema/base.py and observe `attachement`, however expect to see `attachment`. - Examine couchdbkit/client.py, couchdbkit/schema/base.py and...
C:\WINDOWS\system32>pip install couchdbkit Collecting couchdbkit Using cached couchdbkit-0.6.5.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "C:\Users\paweueck\AppData\Local\Temp\pip-build-32bitqqx\couchdbkit\setup.py", line 25, in...
On http://couchdbkit.org/download.html you can read for a really long time: ``` Couchdbkit requires python2.x >= 2.5.4 to work. python 3.x will be supported soon. ``` But there still seems to...
- Remove six dependency during installation - Include a line in the config file to make sure a wheel gets added on pypi
can't seem to access it..
Learning python, v2.7 in Anaconda, playing with couchdb1.7. I installed this with pip, "Successfully installed couchdbkit-0.6.5" , but I got "ImportError: cannot import name get_verbose_name" Current version in pip did...
handling of doc update responses without id and/or rev - this is needed for the correct handling of security docs - othewise a KeyError is thrown, since putting a security...
As far I can see (and test) fetch_attachment does not consider the _rev field when it is passed in the "doc". This can cause problems: we are going to get...