9 buildPythonPackage rec {
10 pname = "asgi-logger";
15 inherit pname version;
16 hash = "sha256-son1ML9J0UMgJCpWdYD/yK0FO6VmfuzifSWpeCLToKo=";
19 nativeBuildInputs = [ poetry-core ];
20 propagatedBuildInputs = [ asgiref ];
22 # tests are not in the pypi release, and there are no tags/release corresponding to the pypi releases in the github
24 pythonImportsCheck = [ "asgi_logger" ];
27 description = "Access logger for ASGI servers";
28 homepage = "https://github.com/Kludex/asgi-logger";
29 license = licenses.mit;
30 maintainers = teams.wdz.members;