simple-python-couch-db

Simple adapter to use CouchDB with Python.


License
MIT
Install
pip install simple-python-couch-db==0.1.1

Documentation

Simple Python CouchDB

This is a simple adapter to use CouchDB with Python using the requests module.

Required dependencies

  • requests