7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "18ly9pppy2yspxzw7k1b23wk77k7m44rz2g0271bqgqrk3jn3yhs";
16 propagatedBuildInputs = [ future ];
19 description = "lz-string for python";
20 homepage = "https://github.com/gkovacs/lz-string-python";
21 license = lib.licenses.mit;
22 maintainers = with lib.maintainers; [ obadz ];