6 buildPythonPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "0nhm7j2y4rgmrl0c1rklg982qllp7fky34dchqwd4czbsdnv9j7a";
19 homepage = "https://github.com/RedMoonStudios/hetzner";
20 description = "High-level Python API for accessing the Hetzner robot";
21 mainProgram = "hetznerctl";
22 license = licenses.bsd3;
23 maintainers = with maintainers; [ aszlig ];