Skip to content

Instantly share code, notes, and snippets.

@gustavoghioldi
gustavoghioldi / CouchDB_Python.md
Created February 27, 2018 14:42 — forked from marians/CouchDB_Python.md
The missing Python couchdb tutorial

This is an unofficial manual for the couchdb Python module I wish I had had.

Installation

pip install couchdb

Importing the module