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 39 40
|
Source: elementtree
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Torsten Marek <shlomme@debian.org>, Raphael Hertzog <hertzog@debian.org>, Bernd Zeimetz <bzed@debian.org>
Build-Depends-Indep: python-setuptools (>= 0.6b3)
Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.43), python2.4-dev, python-support (>= 0.6.4), patchutils (>= 0.2.25)
Standards-Version: 3.7.3
Homepage: http://effbot.org/zone/element-index.htm
Vcs-Svn: svn://svn.debian.org/python-modules/packages/elementtree/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/elementtree/trunk/?op=log
Package: python-elementtree
Architecture: all
Depends: python (>= 2.3), python-support
Provides: ${python:Provides}
Replaces: python2.3-elementtree, python2.4-elementtree
Conflicts: python2.3-elementtree, python2.4-elementtree
Suggests: python-elementtree-doc
Description: Light-weight toolkit for XML processing
ElementTree provides a simple but flexible container object,
designed to store hierarchical data structures, such as
simplified XML infosets, in memory. The element type can
be described as a hybrid between a Python list and a Python
dictionary.
.
ElementTree is included in Python 2.5, so there is no need
to install this package if you are using Python 2.5.
Package: python-elementtree-doc
Section: doc
Architecture: all
Description: Documentation for ElementTree
ElementTree provides a simple but flexible container object,
designed to store hierarchical data structures, such as
simplified XML infosets, in memory. The element type can
be described as a hybrid between a Python list and a Python
dictionary.
.
This package contains the HTML documentation for ElementTree.
|