{"library":"couchdb","type":"library","category":null,"description":"The `couchdb` Python package provides a client library for working with Apache CouchDB. It offers modules for interfacing with CouchDB servers, managing design documents, mapping JSON documents to Python objects, and a Python-based view server. While version 1.2 was released in 2018, the library is officially no longer being maintained, and users are encouraged to consider `python-cloudant` as an alternative.","language":"python","status":"abandoned","version":"1.2","tags":["database","NoSQL","CouchDB","client","document-oriented","abandoned"],"last_verified":"Sun May 24","install":[{"cmd":"pip install couchdb","imports":["import couchdb\nserver = couchdb.Server('http://user:pass@host:port/')","db = server['mydb_name']"]}],"homepage":"https://couchdb.apache.org/","github":"https://github.com/djc/couchdb-python","docs":null,"changelog":null,"pypi":"https://pypi.org/project/couchdb/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.6,"avg_import_s":0.36,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/couchdb/compatibility"}}