Skip to main content

Python wrapper for adb_client library

Project description

pyadb_client

Python library to communicate with ADB devices. Built on top of Rust adb_client library.

pypi.org downloads

Installation

pip install pyadb_client

Examples

Use ADB server

from pyadb_client import PyADBServer

server = PyADBServer("127.0.0.1:5037")
for i, device in enumerate(server.devices()):
    print(i, device.identifier, device.state)

# Get only connected device
device = server.get_device()
print(device, device.identifier)

Push a file on device

from pyadb_client import PyADBUSBDevice

usb_device = PyADBUSBDevice.autodetect()
usb_device.push("file.txt", "/data/local/tmp/file.txt")

Local development

# Create Python virtual environment
python3 -m venv .venv
source .venv/bin/activate

# Install needed build dependencies
pip install maturin

# Build development package
maturin develop

# Build stub file (.pyi)
cargo run --bin stub_gen

# Build release Python package
maturin build --release -m pyadb_client/Cargo.toml

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyadb_client-2.1.19.tar.gz (66.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyadb_client-2.1.19-cp310-abi3-manylinux_2_39_x86_64.whl (902.5 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.39+ x86-64

File details

Details for the file pyadb_client-2.1.19.tar.gz.

File metadata

  • Download URL: pyadb_client-2.1.19.tar.gz
  • Upload date:
  • Size: 66.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for pyadb_client-2.1.19.tar.gz
Algorithm Hash digest
SHA256 222ef43a0adb3702f39f9442d1a4f0d94529a45d2cd6905a38e2799657f24b13
MD5 bbb92ad852b95ef34ecbb4e770bc131a
BLAKE2b-256 9d8fe1c1a957f7159921fe275a333560d756d2e6142de9bd384adc395429c9bc

See more details on using hashes here.

File details

Details for the file pyadb_client-2.1.19-cp310-abi3-manylinux_2_39_x86_64.whl.

File metadata

File hashes

Hashes for pyadb_client-2.1.19-cp310-abi3-manylinux_2_39_x86_64.whl
Algorithm Hash digest
SHA256 15a211624383cfa934dd58e63382d3d431aeea24b0652b3b602ce117da53fd86
MD5 777ce7a0055d643b21b7ecae04d36d8a
BLAKE2b-256 5a8366f9a1349a4f93d32cc9acbabc0ea132553bf6e4a99846c541feb4b8bf2d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page