File: control

package info (click to toggle)
xmlelements 0.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 144 kB
  • ctags: 217
  • sloc: python: 1,101; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 917 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
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.