8 buildPythonPackage rec {
12 # PyPI tarball doesn't include tests directory
13 src = fetchFromGitHub {
17 sha256 = "0hd1i9pc8m7sc8bkn31q4ygkmnl5vklrcziq9zkdiqaqm8clyhcx";
26 description = "A really thin ASGI web framework";
27 license = licenses.bsd2;
28 homepage = "https://asgineer.readthedocs.io";
29 maintainers = [ maintainers.matthiasbeyer ];