15 buildPythonPackage rec {
16 pname = "fluent-logger";
20 src = fetchFromGitHub {
22 repo = "fluent-logger-python";
23 rev = "refs/tags/v${version}";
24 hash = "sha256-PfyjJZT5K/IMsyyWNZdh/CZf+uZHeJGfhyAPuu0IhJk=";
39 pythonImportsCheck = [
47 description = "A structured logger for Fluentd (Python)";
48 homepage = "https://github.com/fluent/fluent-logger-python";
49 license = licenses.asl20;