File: control

package info (click to toggle)
xmlelements 0.7.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 144 kB
  • sloc: python: 1,101; makefile: 17
file content (23 lines) | stat: -rw-r--r-- 989 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: xmlelements
Section: python
Priority: optional
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 (>= 11), python-all (>= 2.7), python-setuptools
Standards-Version: 4.1.3
Homepage: http://home.avvanta.com/~steveha/xe.html
Vcs-Browser: https://salsa.debian.org/python-team/modules/xmlelements.git
Vcs-Git: https://salsa.debian.org/python-team/modules/xmlelements.git
X-Python-Version: >= 2.5

Package: python-xe
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: library to work with XML elements (Python 2)
 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 whether or not
 values make sense.
 .
 This package provides Python 2 modules only.