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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
Source: elementtree
Section: python
Priority: optional
Maintainer: Torsten Marek <shlomme@gmx.net>
Build-Depends-Indep: debhelper (>= 4.0.0), python2.2-dev, python2.3-dev, python2.4-dev, python
Standards-Version: 3.6.1
Package: python-elementtree
Architecture: all
Depends: ${python:Depends}
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.
.
This package is an empty dummy package that always depends on
a package built for Debian's default Python version.
.
Homepage: http://effbot.org/zone/element-index.htm
Package: python2.2-elementtree
Architecture: all
Depends: ${python:Depends}, python2.2-xml
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.
.
This package is built for Python 2.2.
.
Homepage: http://effbot.org/zone/element-index.htm
Package: python2.3-elementtree
Architecture: all
Depends: ${python:Depends}
Replaces: python-elementtree (<< 1.2.6)
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.
.
This package is built for Python 2.3.
.
Homepage: http://effbot.org/zone/element-index.htm
Package: python2.4-elementtree
Architecture: all
Depends: ${python:Depends}
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.
.
This package is built for Python 2.4.
.
Homepage: http://effbot.org/zone/element-index.htm
Package: python-elementtree-doc
Architecture: all
Replaces: python-elementtree (<< 1.2.6-2)
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
|