Python wrapper for adb protocol.
Project description
Object oriented python wrapper for adb protocol.
Install
To install the current release.
$ pip install simpleadb
Usage
Try your first program.
>>> import simpleadb
>>> adb_server = simpleadb.AdbServer()
>>> devices = adb_server.devices()
>>> emulator = devices[0]
>>> emulator
'emulator-5554'
>>> emulator.root()
restarting adbd as root
0
>>> emulator.reboot()
For more examples, see API documentation.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simpleadb-0.5.4.tar.gz
(24.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
simpleadb-0.5.4-py3-none-any.whl
(22.9 kB
view details)
File details
Details for the file simpleadb-0.5.4.tar.gz.
File metadata
- Download URL: simpleadb-0.5.4.tar.gz
- Upload date:
- Size: 24.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f9d461bd0e1addd58784f7f66ad089e18eb044bcad937f1085e6a156488a52b
|
|
| MD5 |
1d413ff7bde1187ae29fd61971fb0ab1
|
|
| BLAKE2b-256 |
ddb2e9fa3f518dfd5295ae87494a966620270a829b9d563c30bd8c4de2b7cc68
|
File details
Details for the file simpleadb-0.5.4-py3-none-any.whl.
File metadata
- Download URL: simpleadb-0.5.4-py3-none-any.whl
- Upload date:
- Size: 22.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba7b498e3f4f003db69f3d95d6bcd5ba47093e0aa4df81bf657ee64733c98f3d
|
|
| MD5 |
25de33c41958d09d238db3f1b971c44d
|
|
| BLAKE2b-256 |
05ec773c9fd6d8dad282c427d8709bb14652228239965a7173521746326ae15d
|