Skip to content

Instantly share code, notes, and snippets.

View ajweitz's full-sized avatar

aweitz ajweitz

  • 16:28 (UTC +09:00)
View GitHub Profile
@marians
marians / CouchDB_Python.md
Last active September 1, 2024 00:19
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