Source: xmlelements
Section: python
Priority: optional
Maintainer: Openkylin Developers <packaging@lists.openkylin.top>
Uploaders: Thomas Preud'homme <robotux@debian.org>
           Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 12),
               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.
