Created by: histrio
What is this Python project?
Modern pure python CouchDB Client.
- Use requests for HTTP requests (much faster than the standard library)
- Python2 and Python3 compatible with same codebase (with one exception, python view server that uses 2to3)
- Also compatible with pypy.
What's the difference between this Python project and similar ones?
Currently, there are several libraries in python to connect to CouchDB. Why one more? It's very simple.
All seems not to be maintained, all libraries used standard Python libraries for HTTP requests, and are not compatible with python3.
--
Anyone who agrees with this pull request could vote for it by adding a