12 buildPythonPackage rec {
18 inherit pname version;
19 hash = "sha256-3gnyxLhd5HZfdxRoj/9X0+dbrR+Qm1if3ogEYMdT/S4=";
22 nativeBuildInputs = [ hatchling ];
24 propagatedBuildInputs = [
29 pythonImportsCheck = [ "terminado" ];
31 __darwinAllowLocalNetworking = true;
39 description = "Terminals served by Tornado websockets";
40 homepage = "https://github.com/jupyter/terminado";
41 license = licenses.bsd2;