1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
11 sha256 = "0ai30dxgygwzaj9sgdzyfr9p5b7gwc9piq59nzr4xy5x1zcm7xrn";
18 description = "Should assertions in Python as clear and readable as possible";
19 homepage = "http://www.should-dsl.info/";
20 license = licenses.mit;
21 maintainers = with maintainers; [ jluttine ];