Skip to main content

Modern pure python CouchDB Client.

Project 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)

  • 96% test coverage.

  • Python2 and Python3 compatible with same codebase.

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

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.1.tar.gz (8.4 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for pycouchdb-1.1.tar.gz
Algorithm Hash digest
SHA256 8aa9acf5d632ff80a5a22b2f5e87a92f9ece4943779356bda7a53b76e9601391
MD5 b4015e10a92dd7edf2fde6fb8ec904e3
BLAKE2b-256 2d09a1bb7d2c0be2515c3d313ca0099b23338140cd728c5e5143fdd61ce5cbca

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