File: control

package info (click to toggle)
python-couchdb 0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 232 kB
  • ctags: 246
  • sloc: python: 1,229; makefile: 26
file content (27 lines) | stat: -rw-r--r-- 1,388 bytes parent folder | download
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
Source: python-couchdb
Section: python
Priority: optional
Maintainer: Noah Slater <nslater@bytesexual.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Standards-Version: 3.8.0
Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2), python
Build-Depends-Indep: help2man, python-docutils, python-epydoc, python-httplib2,
 python-pygments, python-simplejson, python-setuptools (>= 0.6b3),
 python-support (>= 0.6.4)
Homepage: http://pypi.python.org/pypi/CouchDB
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-couchdb/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-couchdb/trunk/?op=log

Package: python-couchdb
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-httplib2, python-simplejson
Suggests: couchdb
Description: Python library and tools for working with Apache CouchDB
 Provides a high-level client interface for Apache CouchDB, a Python 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.