17 buildPythonPackage rec {
20 format = "setuptools";
24 src = fetchFromGitHub {
28 hash = "sha256-pOkFUh3SEu/ch9R1lVoQn50nufQp8oI+D4/+Ybal5CA=";
31 propagatedBuildInputs = [
37 optional-dependencies = {
49 ] ++ lib.flatten (builtins.attrValues optional-dependencies);
51 pythonImportsCheck = [ "adb_shell" ];
54 description = "Python implementation of ADB with shell and FileSync functionality";
55 homepage = "https://github.com/JeffLIrion/adb_shell";
56 license = licenses.asl20;
57 maintainers = with maintainers; [ jamiemagee ];