11 buildPythonPackage rec {
15 src = fetchFromGitHub {
16 owner = "tchellomello";
19 sha256 = "0pp7y2llk4xnf6zh57j5xas0gw5zqm42qaqssd8p4qa3g5rds8k3";
22 propagatedBuildInputs = [
33 pythonImportsCheck = [ "pyarlo" ];
36 description = "Python library to work with Netgear Arlo cameras";
37 homepage = "https://github.com/tchellomello/python-arlo";
38 license = with licenses; [ lgpl3Plus ];
39 maintainers = with maintainers; [ fab ];