A Python package to parse iTunes backups
Project description
iBackupy
A Python package to parse iTunes backup.
Install
$ pip install -U ibackupy
Usage
from ibackupy import Backup
bak = Backup() # or Backup(custom_backup_dir)
bak.get_device_list()
bak.set_device(device_udid)
# get files from backup
bak.get_files(
app="com.apple.Pages",
relative_path="xx/xx.dat",
real_path=True,
)
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ibackupy-0.1.2.tar.gz
(4.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ibackupy-0.1.2.tar.gz.
File metadata
- Download URL: ibackupy-0.1.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.11 Darwin/22.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3c66fc7d76116fdc4853abd081abea1dbe2b5f728c65a270e62b3f0ee391f5c
|
|
| MD5 |
8d97c3bb0fb492907c5bd84cd706006a
|
|
| BLAKE2b-256 |
65905f1700ab5a831237bd47296ada23b9f795e9710983522786d48ec7020877
|
File details
Details for the file ibackupy-0.1.2-py3-none-any.whl.
File metadata
- Download URL: ibackupy-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.11 Darwin/22.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81f6b40f207c85ae68049d8a1f7f7d20af60f2c810c919fd2a607c0980edd7c4
|
|
| MD5 |
0b80aea541fe36c9df3790b71c7ae526
|
|
| BLAKE2b-256 |
107982cd44f50b0fe728166715a0c418e804f861e409c7e73559a3304c04b72b
|