PyApple

Simple python library for dealing with Apple device's firmwares.


Keywords
apple, asynchronous, asyncio, cydia, ios, ipsw, library, macos, python, shsh2
License
MIT
Install
pip install PyApple==2.0.1

Documentation

PyApple

Simple python library for dealing with Apple device's firmwares.

Features

  • Asynchronous (you can use synchronous method either)
  • Fetch IPSW by identifier, build number and version
  • Fetch OTA firmware by identifier, buildid and version
  • Fetch available MacOS from Apple's update server (including betas)
  • Get information of cydia tweak and repo
  • Extract SHSH2 blobs of iDevices
  • Request an asset from Apple's Pallas OTA server.

Example

from pyapple import Apple

client = Apple()

device = client.search_device("iPad13,4")

print(device.name) # Prints "iPad Pro (11-inch) (3rd generation)"

You could see more example codes from here.

Documentation

here

Install

python3 -m pip install pyapple

Build Environment

Contribute

  • Strongly recommends using black and isort.
  • Use pull request.

License

MIT License