6 hatch-fancy-pypi-readme,
16 buildPythonPackage rec {
21 disabled = pythonOlder "3.8";
23 src = fetchFromGitHub {
27 hash = "sha256-z3ecgsep/BQJ+Fv78rV4XiFU4+1aaUEfNEtIqy44KV4=";
31 hatch-fancy-pypi-readme
44 pythonImportsCheck = [ "structlog" ];
47 description = "Painless structural logging";
48 homepage = "https://github.com/hynek/structlog";
49 changelog = "https://github.com/hynek/structlog/blob/${version}/CHANGELOG.md";
50 license = licenses.asl20;
51 maintainers = with maintainers; [ dotlambda ];