Source: python-et-xmlfile Section: python Priority: optional Maintainer: Afif Elghraoui Build-Depends: debhelper (>=9), dh-python, # Python2 python-all, python-setuptools, python-lxml (>= 3.4), # Python3 python3-all, python3-setuptools, python3-lxml (>= 3.4), # Test-Depends: python-pytest, 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: python-et-xmlfile Architecture: all Depends: ${python:Depends}, ${misc:Depends}, Description: low memory library for creating large XML files (Python 2) 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 2. 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.