11 buildPythonPackage rec {
12 pname = "pushbullet-py";
14 format = "setuptools";
17 inherit pname version;
18 sha256 = "917883e1af4a0c979ce46076b391e0243eb8fe0a81c086544bcfa10f53e5ae64";
21 propagatedBuildInputs = [ cryptography requests websocket-client python-magic ];
24 export PUSHBULLET_API_KEY=""
26 nativeCheckInputs = [ pytestCheckHook ];
34 description = "A simple python client for pushbullet.com";
35 homepage = "https://github.com/randomchars/pushbullet.py";
36 license = licenses.mit;