https://github.com/datadavev/comp_couch
Components for working with CouchDB
https://github.com/datadavev/comp_couch
Last synced: 8 months ago
JSON representation
Components for working with CouchDB
- Host: GitHub
- URL: https://github.com/datadavev/comp_couch
- Owner: datadavev
- Created: 2020-10-16T12:38:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-16T15:03:33.000Z (over 5 years ago)
- Last Synced: 2025-03-28T08:44:19.528Z (about 1 year ago)
- Language: Python
- Size: 2.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Components - CouchDB
Utilities for common CouchDB operations.
## Development
Install with poetry:
```
poetry install
```
Install extras for building documentation:
```
poetry install -E docs
```