10 buildPythonPackage rec {
11 pname = "prometheus-pandas";
16 inherit pname version;
17 hash = "sha256-1eaTmNui3cAisKEhBMEpOv+UndJZwb4GGK2M76xiy7k=";
20 nativeBuildInputs = [ setuptools ];
22 propagatedBuildInputs = [
27 # There are no tests. :(
30 pythonImportsCheck = [ "prometheus_pandas" ];
33 homepage = "https://github.com/dcoles/prometheus-pandas";
34 license = licenses.mit;
35 description = "Pandas integration for Prometheus";
36 maintainers = with maintainers; [ viktornordling ];