9 buildPythonPackage rec {
10 pname = "prometheus-pandas";
15 inherit pname version;
16 hash = "sha256-1eaTmNui3cAisKEhBMEpOv+UndJZwb4GGK2M76xiy7k=";
23 propagatedBuildInputs = [
28 # There are no tests. :(
31 pythonImportsCheck = [
36 homepage = "https://github.com/dcoles/prometheus-pandas";
37 license = licenses.mit;
38 description = "Pandas integration for Prometheus";
39 maintainers = with maintainers; [ viktornordling ];