You are here: Home / LBN / Up2date / Cloud Computing / BastionLinux 19 / pycouchdb-1.13-1.lbn19.noarch

pycouchdb-1.13-1.lbn19.noarch

Package Attributes
RPM  pycouchdb-1.13-1.lbn19.noarch.rpm Architecture  noarch Size  88938 Created  2019/09/30 06:53:43 UTC
Package Specification
Summary Modern pure python CouchDB Client.
Group Application/Internet
License ZPL
Home Page https://github.com/histrio/py-couchdb
Description

Modern pure python CouchDB Client.

Currently there are several libraries in python to connect to couchdb. Why one more? It's very simple. All seems not be maintained, all libraries used standard Python libraries for http requests, and are not compatible with python3.

Advantages of py-couchdb

  • Use requests for http requests (much faster than the standard library) Python2 and Python3 compatible with same codebase (with one exception, python view server that uses 2to3) Also compatible with pypy.

Example:

>>> import pycouchdb >>> server = pycouchdb.Server("http://admin:admin@localhost:5984/") >>> server.info()['version']

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
rpmlib(PartialHardlinkSets)  
rpmlib(CompressedFileNames)  
/usr/bin/python2.7  
rpmlib(PayloadIsXz)  
Provides
pycouchdb

Document Actions