9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-qkgPBIYv9xzGa29RiPAU3zNhcyutTUX1Vkmpd9YdeJU=";
23 propagatedBuildInputs = [
28 pythonImportsCheck = [ "pyixapi" ];
31 homepage = "https://github.com/peering-manager/pyixapi/";
32 changelog = "https://github.com/peering-manager/pyixapi/releases/tag/${version}";
33 description = "Python API client library for IX-API";
34 license = licenses.asl20;
35 maintainers = teams.wdz.members;