8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
17 hash = "sha256-OE4+wJbJbUZ+YB5J5OyvytLFCcrnXCeZEqmphHKKprQ=";
20 propagatedBuildInputs = [ requests ];
22 pythonImportsCheck = [ "nc_dnsapi" ];
28 description = "API wrapper for the netcup DNS api";
29 homepage = "https://github.com/nbuchwitz/nc_dnsapi";
30 license = licenses.gpl3;
31 maintainers = with maintainers; [