couchutils: Python CouchDB Utils
A collection of CouchDB utils.
To use couchutils in a project:
>>> from couchutils import <METHOD>
Features | Installation | Usage | Contributing | License | Related Projects
Features
couchutils officially supports Python 3.8+; CouchDB 1.7+.
Installation
To install couchutils, simply run:
$ pip install -U couchutils
✨🛋✨
Usage
For documentation, see ./docs/README.md
.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
This project is licensed under the MIT License.
Related Projects