1 { lib, buildPythonPackage, fetchFromGitHub }:
4 pname = "simple-websocket-server";
7 src = fetchFromGitHub {
9 repo = "simple-websocket-server";
10 rev = "34e6def93502943d426fb8bb01c6901341dd4fe6";
11 sha256 = "19rcpdx4vxg9is1cpyh9m9br5clyzrpb7gyfqsl0g3im04m098n5";
14 doCheck = false; # no tests
17 description = "A python based websocket server that is simple and easy to use";
18 homepage = "https://github.com/dpallot/simple-websocket-server/";
19 license = licenses.mit;
20 maintainers = with maintainers; [ rvolosatovs ];
21 platforms = platforms.all;