File: control

package info (click to toggle)
python-untangle 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 236 kB
  • sloc: python: 482; makefile: 149; xml: 74; sh: 9
file content (25 lines) | stat: -rw-r--r-- 951 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
Source: python-untangle
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julian Gilbey <jdg@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-defusedxml,
               python3-poetry-core,
               python3-setuptools
Standards-Version: 4.6.1
Homepage: https://github.com/stchris/untangle
Vcs-Git: https://salsa.debian.org/python-team/packages/python-untangle.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-untangle
Rules-Requires-Root: no

Package: python3-untangle
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Convert XML to a Python object
 Untangle has a very simple API for converting XML to a Python object:
 you just call the "parse" function on either a string, a filename or a URL.