Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rwanyoike/couchutils-python-library
- Owner: rwanyoike
- License: mit
- Created: 2018-03-14T21:31:41.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T18:38:32.000Z (about 1 month ago)
- Last Synced: 2024-10-13T14:30:38.476Z (about 1 month ago)
- Topics: couchdb, database, python, python-library
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 3
- 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
[![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.