8 buildPythonPackage rec {
16 hash = "sha256-qou8Aqc+qlCJSwwY45+o0xilg6ZkxlvzWzyAKdHEC0k=";
23 propagatedBuildInputs = [
27 pythonImportsCheck = [
31 # Tests require hardware
35 description = "Python Client for ONVIF Camera";
36 mainProgram = "onvif-cli";
37 homepage = "https://github.com/quatanium/python-onvif";
38 license = licenses.mit;
39 maintainers = with maintainers; [ fleaz ];