File: control

package info (click to toggle)
python-xml 0.4.19981014-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,124 kB
  • ctags: 3,099
  • sloc: ansic: 9,075; python: 8,150; xml: 7,940; makefile: 84; sh: 41
file content (23 lines) | stat: -rw-r--r-- 746 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
Source: python-xml
Section: interpreters
Priority: optional
Maintainer: Rob Tillotson <robt@debian.org>
Standards-Version: 2.4.0.0

Package: python-xml
Architecture: any
Depends: ${shlibs:Depends}, python-base (>= 1.5)
Description: XML tools for Python
 This is a set of tools for processing XML in Python.  Among other
 things, it includes:
 .
   - a validating XML parser
   - an implementation of the SAX programming interface
   - a Python interface to the Expat parser
   - a C helper module that can speed up xmllib.py by a factor of 5
   - an implementation of DOM
 .
 NOTE: This is beta software, built from a CVS snapshot.  While most
 of it works quite well, it may have bugs or missing features
 relative to the upcoming 1.0 release.