Skip to content

Instantly share code, notes, and snippets.

View pakoy3k's full-sized avatar
👾

pakoy3k pakoy3k

👾
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