Python bindings for https://github.com/libimobiledevice and it's related family of libraries.
- 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
- Install
libimobiledeviceand its friends- macOS -
brew install libimobiledevice - Debian / Ubuntu -
apt install libimobiledevice - Some libraries are extra
- macOS -
pip install libimobiledevice
from libimobiledevice import *