Metadata-Version: 2.1
Name: couchdb_client
Version: 1.2.0
Summary: Very simple CouchDB client
Author-email: Enzo PB <enzo.puiroux@mail.com>
Project-URL: Homepage, https://github.com/EnzoPB/couchdb-client
Project-URL: Issues, https://github.com/EnzoPB/couchdb-client/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

# CouchDB Client
A very simple [CouchDB](https://couchdb.apache.org) Python client.

## Installation
`pip install couchdb-client`

## Usage
See [example.py](https://github.com/EnzoPB/couchdb-client/blob/master/src/couchdb_client/example.py)

## Notes
This is a library I made because the [IBM Cloudant SDK](https://github.com/IBM/cloudant-python-sdk) was to complex for what I needed.
This library does not have a lot of features, but I tried to keep its code very basic, so anyone can add a feature.

## License
[MIT License](https://github.com/EnzoPB/couchdb-client/blob/master/LICENSE)
