File: control

package info (click to toggle)
python-xmltodict 0.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: python: 1,237; makefile: 8; sh: 1
file content (24 lines) | stat: -rw-r--r-- 968 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-xmltodict
Section: python
Priority: optional
Maintainer: Sebastien Badia <sbadia@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools
Build-Depends-Indep: python3-coverage, python3-nose2
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/python-xmltodict
Vcs-Git: https://salsa.debian.org/debian/python-xmltodict.git
Homepage: https://github.com/martinblech/xmltodict

Package: python3-xmltodict
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Makes working with XML feel like you are working with JSON (Python 3)
 xmltodict is a Python module that makes working with XML feel like you are
 working with JSON. xmltodict is very fast (Expat-based) and has a streaming
 mode with a small memory footprint, suitable for big XML dumps.
 .
 This package provides the Python 3 version of the library.