11 buildPythonPackage rec {
14 format = "setuptools";
16 src = fetchFromGitHub {
17 owner = "tchellomello";
20 sha256 = "0pp7y2llk4xnf6zh57j5xas0gw5zqm42qaqssd8p4qa3g5rds8k3";
23 propagatedBuildInputs = [
34 pythonImportsCheck = [ "pyarlo" ];
37 description = "Python library to work with Netgear Arlo cameras";
38 homepage = "https://github.com/tchellomello/python-arlo";
39 license = with licenses; [ lgpl3Plus ];
40 maintainers = with maintainers; [ fab ];