13 buildPythonPackage rec {
19 inherit pname version;
20 hash = "sha256-IpDhuZ8KrqT8g3UKgdEmjzKRlK1SXq1fgrTDFy/fvpU=";
23 nativeBuildInputs = [ setuptools ];
25 propagatedBuildInputs = [
33 # upstream only has codecoverage tests, but no actual tests to go with them
36 pythonImportsCheck = [ "ionoscloud" ];
39 homepage = "https://github.com/ionos-cloud/sdk-python";
40 description = "Python API client for ionoscloud";
41 changelog = "https://github.com/ionos-cloud/sdk-python/blob/v${version}/docs/CHANGELOG.md";
42 license = licenses.asl20;