> cat /dev/github | grep security-tools
discovered 03 Aug 2026

python-adb

via awesome-list
→ View on GitHub
python-adb is a pure-Python implementation of the ADB and Fastboot protocols designed for automated interaction with Android devices, notably in testing scenarios. It utilizes libusb1 for USB communication, allowing operations without a persistent daemon, and supports multiple devices while ensuring secure and intended communications. Key features include straightforward API access for integration with other Python code, standalone executables, and improved error handling for better debugging.