Skip to content

Instantly share code, notes, and snippets.

View ajweitz's full-sized avatar

aweitz ajweitz

  • 23:10 (UTC +09:00)
View GitHub Profile
@marians
marians / CouchDB_Python.md
Last active June 14, 2025 02:00
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