13 buildPythonPackage rec {
14 pname = "ring-doorbell";
19 pname = "ring_doorbell";
21 sha256 = "1qnx9q9rzxhh0pygl3f9bg21b5zv7csv9h1w4zngdvsphbs0yiwg";
24 propagatedBuildInputs = [
36 pythonImportsCheck = [ "ring_doorbell" ];
39 homepage = "https://github.com/tchellomello/python-ring-doorbell";
40 description = "A Python library to communicate with Ring Door Bell (https://ring.com/)";
41 license = licenses.lgpl3Plus;
42 maintainers = with maintainers; [ graham33 ];