7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "db3c2a7fab8966d903a63f16c515bff241533e4ef2d746aa7aae4a49bba5e573";
17 propagatedBuildInputs = [ requests ];
20 homepage = "https://github.com/ghickman/linode";
21 description = "A thin python wrapper around Linode's API";
22 license = licenses.mit;
23 maintainers = with maintainers; [ ];