9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitLab {
17 domain = "foss.heptapod.net";
21 hash = "sha256-MJimcnYKujOL3FedGreNpuw1Jpg48ataDmFd1qwTS5A=";
29 pythonImportsCheck = [
34 description = "An implementation of lxml.xmlfile for the standard library";
36 et_xmlfile is a low memory library for creating large XML files.
38 It is based upon the xmlfile module from lxml with the aim of
39 allowing code to be developed that will work with both
40 libraries. It was developed initially for the openpyxl project
41 but is now a standalone module.
43 homepage = "https://foss.heptapod.net/openpyxl/et_xmlfile";
44 license = licenses.mit;
45 maintainers = with maintainers; [ ];