File: control

package info (click to toggle)
python-dict2xml 1.7.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: python: 768; xml: 108; sh: 36; makefile: 7
file content (24 lines) | stat: -rw-r--r-- 929 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
Source: python-dict2xml
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-hatchling,
               python3-noseofyeti <!nocheck>,
               python3-pytest <!nocheck>
Standards-Version: 4.7.0
Homepage: https://github.com/delfick/python-dict2xml
Vcs-Git: https://salsa.debian.org/python-team/packages/python-dict2xml.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-dict2xml
Rules-Requires-Root: no

Package: python3-dict2xml
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Utility module to convert a Python dictionary to an xml string
 Super Simple Python 3 utility to convert a Python dictionary into an xml
 string.