Noob
Noob

Reputation: 11

Libimobiledevice python bindings?

Could someone explain or put me in a direction where i can find information about how to use the python bindings of libimobiledevice for my application?

I already searched for a documentation and the like but i can't find anything at all.

Upvotes: 1

Views: 3356

Answers (1)

agf
agf

Reputation: 176780

Edit November 2015: NoBugs added a link to an example of using the bindings in a comment: https://github.com/upbit/python-imobiledevice_demo

There doesn't seem to be any documentation for the Python bindings specifically. They use SWIG, and here is the source in case you read C: http://cgit.sukimashita.com/libimobiledevice.git/tree/swig/imobiledevice.i

There appears to be another project providing libimobile device wrappers: https://github.com/bryanforbes/imobilesync/. They may be easier to use, and you can probably read the code since it's Python.

The API is documented here: http://www.libimobiledevice.org/docs/html/files.html

If none of that helps, try asking about documentation in #libimobiledevice on irc.freenode.net.

Upvotes: 1

Related Questions