1 { lib, buildPythonPackage, fetchPypi, h11, enum34, pytest }:
3 buildPythonPackage rec {
9 sha256 = "051s127qb5dladxa14n9nqajwq7xki1dz1was5r5v9df5a0jq8pd";
12 propagatedBuildInputs = [ h11 enum34 ];
14 checkInputs = [ pytest ];
21 description = "Pure Python, pure state-machine WebSocket implementation";
22 homepage = "https://github.com/python-hyper/wsproto/";
23 license = licenses.mit;