Skip to main content

Modern pure python CouchDB Client.

Project description

py-couchdb

Build Status PyPI PyPI - Downloads Coverage Status Documentation Status

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

Documentation

Documentation is available at http://pycouchdb.readthedocs.org.

Test

To test py-couchdb, simply run:

pytest -v --doctest-modules --cov 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.14.2.tar.gz (11.4 kB view details)

Uploaded Source

Built Distribution

pycouchdb-1.14.2-py2.py3-none-any.whl (12.2 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: pycouchdb-1.14.2.tar.gz
  • Upload date:
  • Size: 11.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.4 Linux/5.17.7-arch1-1

File hashes

Hashes for pycouchdb-1.14.2.tar.gz
Algorithm Hash digest
SHA256 00bc6c7dd4744895920b9153cb9537bc5ecaff72002ea10209c05580e186e0eb
MD5 8c32f3436d51ae4c32d033c0efaf1416
BLAKE2b-256 c8144f140bf1dd00ac8882fe029be843f18ebbe60a04d381702d60517040f76d

See more details on using hashes here.

File details

Details for the file pycouchdb-1.14.2-py2.py3-none-any.whl.

File metadata

  • Download URL: pycouchdb-1.14.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 12.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.4 Linux/5.17.7-arch1-1

File hashes

Hashes for pycouchdb-1.14.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 434758aa6b49c6a67fcf89e71a11c36e2ec2df51e2998c38bcd570eab94cc288
MD5 60f05fc0cfe053fb86718780e7e6d390
BLAKE2b-256 028f60fd03edb0638e564fbac3db30049b5a07e59e49a86d705970629389d3ed

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