python-libimobiledevice
October 6, 2021 ยท View on GitHub
Python bindings for https://github.com/libimobiledevice and it's related family of libraries.
Comes in two flavors:
- Early bindings which are Cython generated libraries that import the headers from
libimobiledeviceand friends - Late bindings which are pure python (but use
ctypesandcdllwhich uses FFI) to invoke the functions
Getting Started
- Install
libimobiledeviceand its friends- macOS -
brew install libimobiledevice - Debian / Ubuntu -
apt install libimobiledevice - Some libraries are extra
- macOS -
pip install libimobiledevice
Hello iDevice
from libimobiledevice import *