8 buildPythonPackage rec {
14 inherit pname version;
15 hash = "sha256-son1ML9J0UMgJCpWdYD/yK0FO6VmfuzifSWpeCLToKo=";
21 propagatedBuildInputs = [
25 # tests are not in the pypi release, and there are no tags/release corresponding to the pypi releases in the github
27 pythonImportsCheck = [
32 description = "Access logger for ASGI servers";
33 homepage = "https://github.com/Kludex/asgi-logger";
34 license = licenses.mit;
35 maintainers = teams.wdz.members;