Skip to content

Instantly share code, notes, and snippets.

View ajweitz's full-sized avatar

Alexander Weitz ajweitz

  • Tokyo
  • 00:13 (UTC +09:00)
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