8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "1v1qqk9p12qla85yscq2g413l3qasn6yr4ncyc934465b5p6lxnv";
17 propagatedBuildInputs = [ defusedxml ];
19 nativeCheckInputs = [ pytest ];
26 description = "Python API and tools to manipulate OpenDocument files";
27 homepage = "https://github.com/eea/odfpy";
28 license = lib.licenses.asl20;