1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: xmlelements
Section: python
Priority: extra
Maintainer: Matteo Cypriani <mcy@lm7.fr>
Uploaders: Thomas Preud'homme <robotux@debian.org>,
Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), python (>= 2.7), python-setuptools
Standards-Version: 3.9.4
Homepage: http://home.avvanta.com/~steveha/xe.html
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/xmlelements.git
Vcs-Git: git://anonscm.debian.org/collab-maint/xmlelements.git
X-Python-Version: >= 2.5
Package: python-xe
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: library to work with XML elements
xe (short for "XML elements") is a Python library module designed to make it
easy to work with XML. It can display values in several ways, access values
directly or get a string representation of them, and check wether or not values
make sense.
|