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

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

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
```