Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
/couchdb-pythonPublic archive

Python library for working with CouchDB

License

NotificationsYou must be signed in to change notification settings

djc/couchdb-python

Repository files navigation

Note: CouchDB-Python is no longer being maintained. After 8 years of maintainingCouchDB-Python, I no longer have time to address open issues and new bug reports.Considerhttps://github.com/cloudant/python-cloudant as an alternative.If you're interested in taking over maintenance of CouchDB-Python, please start adiscussion on the mailing list, or open an issue or PR.

A Python library for working with CouchDB.Downloads are available viaPyPI.Ourdocumentation is also hosted there. We have amailing list.

This package currently encompasses four primary modules:

  • couchdb.client: the basic client library
  • couchdb.design: management of design documents
  • couchdb.mapping: a higher-level API for mapping between CouchDB documents and Python objects
  • couchdb.view: a CouchDB view server that allows writing view functions in Python

It also provides a couple of command-line tools:

  • couchdb-dump: writes a snapshot of a CouchDB database (including documents, attachments, and design documents) to MIME multipart file
  • couchdb-load: reads a MIME multipart file as generated by couchdb-dump and loads all the documents, attachments, and design documents into a CouchDB database
  • couchdb-replicate: can be used as an update-notification script to trigger replication between databases when data is changed

Prerequisites:

  • Python 2.7, 3.4 or later
  • CouchDB 0.10.x or later (0.9.x should probably work, as well)

simplejson will be used if installed.

About

Python library for working with CouchDB

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors36

Languages


[8]ページ先頭

©2009-2025 Movatter.jp