8 buildPythonPackage rec {
13 inherit pname version;
14 sha256="0nrkhcb6jdrlb6pwkvd4rycw34y3s931hjf409ij9xkjsli9fkb1";
17 checkInputs = [ lxml pytest ];
23 description = "An implementation of lxml.xmlfile for the standard library";
25 et_xmlfile is a low memory library for creating large XML files.
27 It is based upon the xmlfile module from lxml with the aim of
28 allowing code to be developed that will work with both
29 libraries. It was developed initially for the openpyxl project
30 but is now a standalone module.
32 The code was written by Elias Rabel as part of the Python
33 Düsseldorf openpyxl sprint in September 2014.
35 homepage = "https://pypi.python.org/pypi/et_xmlfile";
36 license = licenses.mit;
37 maintainers = with maintainers; [ sjourdois ];