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 pycydia
if __name__ == "__main__":
client = pycydia.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.3-1.zip
(6.1 kB
view details)
File details
Details for the file pyCydia-1.0.3-1.zip
.
File metadata
- Download URL: pyCydia-1.0.3-1.zip
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a58c98c06f32863124447abc5a6009776d6a84961ed99874b24a58f7015bc28 |
|
MD5 | 2964f5ea3961ee6c26c586896ff3cc58 |
|
BLAKE2b-256 | 80d60d1dc959d42b0f285d69bad9368134b0ee4067d346f50fc83b5d64a7e661 |