Skip to content

Instantly share code, notes, and snippets.

View tekrajchhetri's full-sized avatar

Tek Raj Chhetri tekrajchhetri

View GitHub Profile
@marians
marians / CouchDB_Python.md
Last active May 21, 2024 20:53
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