Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 16 days ago
JSON representation

🛋 couchutils! A collection of Python CouchDB utils

Awesome Lists containing this project

README

        

# couchutils: Python CouchDB Utils

[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/rwanyoike/couchutils-python-library/python-package.yml?branch=main)
](https://github.com/rwanyoike/couchutils-python-library/actions/workflows/python-package.yml?query=branch%3Amain)
[![GitHub License](https://img.shields.io/github/license/rwanyoike/couchutils-python-library)
](LICENSE.txt)
[![PyPI - Version](https://img.shields.io/pypi/v/couchutils)
](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.