1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: python-couchdb
Section: python
Priority: optional
Maintainer: David Paleino <dapal@debian.org>
Build-Depends:
debhelper (>= 9~)
, python
Build-Depends-Indep:
help2man
, python-sphinx
, python-pygments
, python-simplejson
, python-setuptools (>= 0.6b3)
, dh-python
Standards-Version: 3.9.6
XS-Python-Version: >= 2.5
Homepage: http://pypi.python.org/pypi/CouchDB
Vcs-Git: git://anonscm.debian.org/collab-maint/python-couchdb.git
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/python-couchdb.git
Package: python-couchdb
Architecture: all
Depends:
${python:Depends}
, ${misc:Depends}
, python-simplejson | python (>= 2.6) | python-cjson
, libjs-jquery
, libjs-underscore
Suggests: couchdb
Description: library for working with Apache CouchDB
Provides a high-level client library for Apache CouchDB, a view server and dump
and load utilities that can be used as migration tools when upgrading or moving
between databases.
.
Apache CouchDB is a distributed document database system with bi-directional
replication. It makes it simple to build collaborative applications that can
be replicated offline by users, with full interactivity (query, add, update,
delete), and later "synced up" with everyone else's changes when back online.
|