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 41 42
|
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>
Build-Depends-Indep: python-dev, python-setuptools (>= 0.6b3-1)
Build-Depends: @cdbs@
XS-Python-Version: << 2.5
Standards-Version: 3.6.2
Package: python-elementtree
Architecture: all
Depends: python (>= 2.3), python-support
Provides: python2.3-elementtree, python2.4-elementtree
Replaces: python2.3-elementtree, python2.4-elementtree
Conflicts: python2.3-elementtree, python2.4-elementtree
XB-Python-Version: ${python:Versions}
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.
.
Homepage: http://effbot.org/zone/element-index.htm
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.
.
Homepage: http://effbot.org/zone/element-index.htm
|