Skip to main content

Modern pure python CouchDB Client.

Project description

https://img.shields.io/travis/niwibe/py-couchdb.svg?style=flat https://img.shields.io/pypi/v/pycouchdb.svg?style=flat https://img.shields.io/pypi/dm/pycouchdb.svg?style=flat

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']
'1.2.1'

Installation

To install py-couchdb, simply:

pip install pycouchdb

Test

To test py-couchdb, simply run:

python tests.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pycouchdb-1.11.tar.gz (11.3 kB view details)

Uploaded Source

File details

Details for the file pycouchdb-1.11.tar.gz.

File metadata

  • Download URL: pycouchdb-1.11.tar.gz
  • Upload date:
  • Size: 11.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pycouchdb-1.11.tar.gz
Algorithm Hash digest
SHA256 3acac7df335d2c7b3ec50312d49eebb7091f5ef9238522c7c5ffebbd56998027
MD5 b516ca06cb716f912d577593b71ef2ba
BLAKE2b-256 8609347e0406c433bd3124e1f0a46f5e0e1a850d06414044a2e6ebb105d89aab

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page