1 { lib, buildPythonPackage, fetchPypi
4 buildPythonPackage rec {
10 inherit pname version;
11 sha256 = "576c1982bea0ba82fb46c36feb951319d7f42214a82634233f58b40d858a751e";
15 description = "Tool to Detect Surrounding Shell";
16 homepage = "https://github.com/sarugaku/shellingham";
17 license = licenses.isc;
18 maintainers = with maintainers; [ mbode ];