1 { lib, buildPythonPackage, fetchPypi, nose }:
3 buildPythonPackage rec {
9 sha256 = "01im5anqdyggmwkigqcjg0qw2a5bnn84h33mfaqjjd69a28lpwif";
12 checkInputs = [ nose ];
15 description = "A zip archive generator";
16 homepage = "https://github.com/allanlei/python-zipstream";
17 license = lib.licenses.gpl3Plus;
18 maintainers = with lib.maintainers; [ primeos ];