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