5 , hatch-fancy-pypi-readme
16 buildPythonPackage rec {
21 disabled = pythonOlder "3.8";
23 src = fetchFromGitHub {
26 rev = "refs/tags/${version}";
27 hash = "sha256-0Yc28UEeozK2+IqILFTqHoTiM5L2SA4t6jld4qTBSzQ=";
31 hatch-fancy-pypi-readme
45 pythonImportsCheck = [
50 description = "Painless structural logging";
51 homepage = "https://github.com/hynek/structlog";
52 changelog = "https://github.com/hynek/structlog/blob/${version}/CHANGELOG.md";
53 license = licenses.asl20;
54 maintainers = with maintainers; [ dotlambda ];