https://github.com/rwanyoike/couchutils-python-library
🛋 couchutils! A collection of Python CouchDB utils
https://github.com/rwanyoike/couchutils-python-library
couchdb database python python-library
Last synced: about 1 month ago
JSON representation
🛋 couchutils! A collection of Python CouchDB utils
- Host: GitHub
- URL: https://github.com/rwanyoike/couchutils-python-library
- Owner: rwanyoike
- License: mit
- Created: 2018-03-14T21:31:41.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T18:38:32.000Z (over 1 year ago)
- Last Synced: 2025-08-18T03:26:03.489Z (10 months ago)
- Topics: couchdb, database, python, python-library
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# couchutils: Python CouchDB Utils
[
](https://github.com/rwanyoike/couchutils-python-library/actions/workflows/python-package.yml?query=branch%3Amain)
[
](LICENSE.txt)
[
](https://pypi.org/project/couchutils)
> A collection of CouchDB utils.
To use couchutils in a project:
```python
>>> from couchutils import
```
[Features](#features) | [Installation](#installation) | [Usage](#usage) | [Contributing](#contributing) | [License](#license) | [Related Projects](#related-projects)
## Features
couchutils officially supports Python 3.8+; CouchDB 1.7+.
## Installation
To install couchutils, simply run:
```shell
$ pip install -U couchutils
✨🛋✨
```
## Usage
For documentation, see [`./docs/README.md`](./docs/README.md).
## Related Projects
- [time2relax](https://github.com/rwanyoike/time2relax-python-driver) - A Python CouchDB driver.