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-et-xmlfile
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>,
Build-Depends:
debhelper-compat (=13),
dh-sequence-python3,
python3-all,
python3-lxml (>= 3.4),
python3-pytest <!nocheck>,
python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 3.9.8
Homepage: https://foss.heptapod.net/openpyxl/et_xmlfile
Vcs-Git: https://salsa.debian.org/python-team/packages/python-et-xmlfile.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-et-xmlfile
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.
|