11 buildPythonPackage rec {
17 inherit pname version;
18 hash = "sha256-sgQ2uS8z25/xQ2vmS4boLhhwluu10aUt4nlKcNuYFRA=";
33 description = "Convert WSGI app to ASGI app or ASGI app to WSGI app";
34 homepage = "https://github.com/abersheeran/a2wsgi";
35 license = licenses.asl20;
36 maintainers = with maintainers; [ SuperSandro2000 ];