14 buildPythonPackage rec {
19 src = fetchFromGitHub {
20 owner = "florimondmanca";
22 rev = "refs/tags/${version}";
23 hash = "sha256-nU8vkmV/WynzQrSrq9+FQXtfAJPVLpMsRSuntU0HWrE=";
26 # pytest-cov configuration is not necessary for packaging
37 dependencies = [ httpx ];
39 pythonImportsCheck = [ "httpx_sse" ];
48 description = "Consume Server-Sent Event (SSE) messages with HTTPX";
49 homepage = "https://github.com/florimondmanca/httpx-sse";
50 changelog = "https://github.com/florimondmanca/httpx-sse/blob/${src.rev}/CHANGELOG.md";
51 license = licenses.mit;
52 maintainers = with maintainers; [ natsukium ];