pure-python-adb:这是ADB客户端的纯python实现

时间:2021-05-09 13:28:05
【文件属性】:
文件名称:pure-python-adb:这是ADB客户端的纯python实现
文件大小:2.56MB
文件格式:ZIP
更新时间:2021-05-09 13:28:05
Python 软件包名称已从“ adb”重命名为“ ppadb” 从v0.2.1-dev版本开始,软件包名称已从“ adb”重命名为“ ppadb”,以避免与Google 冲突 介绍 这是ADB客户端的纯python实现。 您可以使用它与adb服务器(而不是设备/仿真器上的adb守护程序)进行通信。 当您使用adb命令时 现在您可以使用pure-python-adb作为adb命令行连接到adb服务器 该软件包支持adb命令行工具的大多数功能。 adb设备 亚行外壳 亚行前进 亚行拉/推 亚行安装/卸载 要求 Python 3.6+ 安装 $pip install -U pure-python-adb 例子 连接到adb服务器并获取版本 from ppadb . client import Client as AdbClient # Default is "127.0.0.1" and 503
【文件预览】:
pure-python-adb-master
----setup.py(1019B)
----.gitignore(109B)
----Dockerfile(37B)
----test_async()
--------__init__.py(0B)
--------test_connection_async.py(2KB)
--------test_client_async.py(1KB)
--------test_device_async.py(5KB)
--------async_wrapper.py(366B)
--------patchers.py(2KB)
----requirements.txt(6B)
----.travis.yml(905B)
----MANIFEST.in(64B)
----.bumpversion.cfg(363B)
----LICENSE(1KB)
----HISTORY.rst(531B)
----docker-compose.yaml(692B)
----scripts()
--------batterystats_codegen.py(6KB)
----README.rst(11KB)
----example()
--------screencap.py(191B)
----ppadb()
--------protocol.py(566B)
--------application.py(300B)
--------sync()
--------__init__.py(371B)
--------client_async.py(584B)
--------device.py(4KB)
--------sync_async()
--------client.py(619B)
--------connection.py(3KB)
--------utils()
--------device_async.py(2KB)
--------command()
--------keycode.py(5KB)
--------plugins()
--------connection_async.py(3KB)
----.gitattributes(29B)
----bumpversion.sh(60B)
----docs()
--------adb_pure_python_adb.png(33KB)
--------adb_cli.png(45KB)
----test()
--------conftest.py(3KB)
--------test_logging.py(2KB)
--------test_cpu_stat.py(297B)
--------__init__.py(0B)
--------resources()
--------test_device.py(6KB)
--------test_host_serial.py(2KB)
--------test_host.py(2KB)
--------test_transport.py(0B)
--------test_plugins.py(1KB)
--------test_batterystats.py(219B)

网友评论