couchpy

library for working with Apache CouchDB

Install

All systems
curl cmd.cat/couchpy.sh
Debian Debian
apt-get install python-couchdb
Ubuntu
apt-get install python-couchdb
Arch Arch Linux
pacman -S python-couchdb
image/svg+xml Kali Linux
apt-get install python-couchdb
Fedora
dnf install python2-couchdb
Windows (WSL2)
sudo apt-get update sudo apt-get install python-couchdb
Raspbian
apt-get install python-couchdb

python-couchdb

library for working with Apache CouchDB

Provides a high-level client library for Apache CouchDB, a view server and dump and load utilities that can be used as migration tools when upgrading or moving between databases. Apache CouchDB is a distributed document database system with bi-directional replication. It makes it simple to build collaborative applications that can be replicated offline by users, with full interactivity (query, add, update, delete), and later "synced up" with everyone else's changes when back online.

python2-couchdb

A Python library for working with CouchDB