Using Cython for libimobiledevice functionality in Python

298 Views Asked by At

I am working on a project that uses libimobiledevice to access information from iOS devices. Up to now, I have been using a compiled Windows version (here) which has .exe files which I can use to do stuff like getting device name or info. I would like to have this same functionality through Python, but I have struggling to find and Python bindings which are working for me. The libimobiledevice repo includes "Cython based bindings for Python". Is this what I'm looking for to use libimobiledevice in my Python project? If so, how do I use these Cython files in the same way I would use ideviceinfo or idevicename from the binaries of the libimobiledevice-win32 project? Any help would be appreciated, thanks!

0

There are 0 best solutions below