15 buildPythonPackage rec {
20 src = fetchFromGitHub {
21 owner = "florimondmanca";
24 hash = "sha256-nU8vkmV/WynzQrSrq9+FQXtfAJPVLpMsRSuntU0HWrE=";
29 url = "https://github.com/florimondmanca/httpx-sse/commit/643938c805e671fa20adcf314b447f862b77bcda.patch?full_index=1";
30 hash = "sha256-V2PyTlleyoLa0DuvdlU8zGNsI9C8bTjMUcLjx81/e5k=";
34 # pytest-cov configuration is not necessary for packaging
45 dependencies = [ httpx ];
47 pythonImportsCheck = [ "httpx_sse" ];
56 description = "Consume Server-Sent Event (SSE) messages with HTTPX";
57 homepage = "https://github.com/florimondmanca/httpx-sse";
58 changelog = "https://github.com/florimondmanca/httpx-sse/blob/${src.rev}/CHANGELOG.md";
59 license = licenses.mit;
60 maintainers = with maintainers; [ natsukium ];