1 { lib, buildPythonPackage, fetchPypi, pytestCheckHook }:
3 buildPythonPackage rec {
10 sha256 = "ae510046231dc8e9ecb1a6586f63d2347bf4c8905914aa84ba585ae85f28a914";
13 nativeCheckInputs = [ pytestCheckHook ];
15 pythonImportsCheck = [ "hyperframe" ];
18 description = "HTTP/2 framing layer for Python";
19 homepage = "https://github.com/python-hyper/hyperframe/";
20 license = licenses.mit;
21 maintainers = with maintainers; [ ];