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
|
Source: zodb
Section: python
Priority: extra
Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers@lists.alioth.debian.org>
Uploaders: Brian Sutherland <brian@vanguardistas.net>,
Fabio Tranchitella <kobold@debian.org>
Build-Depends: debhelper (>= 10),
python-all-dev (>= 2.6.6-3~),
python-setuptools,
dh-python,
Standards-Version: 3.9.8
X-Python-Version: >= 2.5
XS-Testsuite: autopkgtest
Vcs-Svn: svn://anonscm.debian.org/pkg-zope/zodb/trunk
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-zope/zodb/trunk
Homepage: http://zodb.org/
Package: python-zodb
Architecture: any
Depends: ${python:Depends},
${misc:Depends},
${shlibs:Depends},
python-persistent
Suggests: python-manuel, python-zope.testing
Description: Zope Object Database (ZODB)
The Zope Object Database is an object-oriented database for Python that
provides a high-degree of transparency. Applications can take advantage of
object database features with few, if any, changes to application logic.
.
ZODB includes features such as a pluggable storage interface, rich transaction
support, and undo.
|