11 buildPythonPackage rec {
17 inherit pname version;
18 sha256 = "sha256-q07u3M/MHmE0v+6GEGr5CFLGnWAohOo6Hoym1Ehum/4=";
25 propagatedBuildInputs = [
30 pythonImportsCheck = [
41 description = "Terminals served by Tornado websockets";
42 homepage = "https://github.com/jupyter/terminado";
43 license = licenses.bsd2;
44 maintainers = with maintainers; [ ];