16 pname = "brotli-asgi";
20 inherit pname version;
21 format = "setuptools";
23 disabled = pythonOlder "3.8";
25 src = fetchFromGitHub {
29 hash = "sha256-hQ6CSXnAoUSaKUSmE+2GHZemkFqd8Dc5+OvcUD7/r5Y=";
32 propagatedBuildInputs = [
37 pythonImportsCheck = [ "brotli_asgi" ];
47 description = "Compression AGSI middleware using brotli";
48 homepage = "https://github.com/fullonic/brotli-asgi";
49 license = licenses.mit;
50 maintainers = with maintainers; [ happysalada ];