Skip to main content

Cydia API wrapper for Python

Project description

pyCydia

Cydia API wrapper in Python

Installation

$ git clone https://github.com/switchpwn/pyCydia.git
$ cd pyCydia
$ python setup.py install

OR

$ pip install pyCydia

Example

from pycydia import cydia

if __name__ == "__main__":
  client = cydia("udid", "package", "vendor", "api key")

  # Check purchase against cydia servers
  client.checkCydiaPurchase()

  # Purchased state
  print client.purchaseCompleted()

  # Gift or purchased
  print client.getStatus()

  # Payment type
  print client.getProvider()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyCydia-1.0.zip (5.9 kB view details)

Uploaded Source

File details

Details for the file pyCydia-1.0.zip.

File metadata

  • Download URL: pyCydia-1.0.zip
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyCydia-1.0.zip
Algorithm Hash digest
SHA256 3f85287ba391eae1199ad5f67d3cd0b83292d1618a1deb2fe8ac6d0fbb4f278d
MD5 c6b59b249c70d7491dcae692db3952fc
BLAKE2b-256 3963c3db69f863259bb90b9db7fe0f4fa4e0512852d303d050c1f324b45af874

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page