File: control

package info (click to toggle)
python-xmlbuilder 1.0-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 100 kB
  • sloc: python: 338; makefile: 27
file content (27 lines) | stat: -rw-r--r-- 1,048 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
24
25
26
27
Source: python-xmlbuilder
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
	   Afif Elghraoui <afif@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python-nose
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-xmlbuilder.git
Vcs-Git: git://anonscm.debian.org/openstack/python-xmlbuilder.git
Homepage: https://pypi.python.org/pypi/xmlbuilder

Package: python-xmlbuilder
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-xmlbuilder-doc
Description: create xml/(x)html files - Python 2.x
 XMLBuilder is tiny library build on top of ElementTree.TreeBuilder to make xml
 files creation more pythonomic. XMLBuilder use "with" statement and attribute
 access to define xml document structure.
 .
 This package contains the Python 2.x module.