File: control

package info (click to toggle)
python-et-xmlfile 1.0.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 140 kB
  • sloc: python: 729; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 926 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
28
29
Source: python-et-xmlfile
Section: python
Priority: optional
Maintainer: Afif Elghraoui <afif@debian.org>
Build-Depends:
	debhelper (>=9),
	dh-python,
# Python3
	python3-all,
	python3-setuptools,
	python3-lxml (>= 3.4),
# Test-Depends:
	python3-pytest,
Standards-Version: 3.9.8
Homepage: https://bitbucket.org/openpyxl/et_xmlfile
Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-et-xmlfile.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-et-xmlfile.git

Package: python3-et-xmlfile
Architecture: all
Depends:
	${python3:Depends},
	${misc:Depends}
Description: low memory library for creating large XML files (Python 3)
 et_xmlfile is based upon the xmlfile module from lxml with the aim of
 allowing code to be developed that will work with both libraries. It was
 developed initially for the openpyxl project but is now a standalone module.
 .
 This package installs the library for Python 3.