[![Pypi version](https://img.shields.io/pypi/v/developer_disk_image.svg)](https://pypi.org/project/developer_disk_image/ "PyPi package")
# Overview
Store both types of Apple's DeveloperDiskImage files:
- `DeveloperDiskImage.dmg` & `DeveloperDiskImage.dmg.signature`
- Used for each iOS version < 17.0
- The new Personalized images, but splitted to:
- APFS
- `BuildManifest.plist`
- Trustcache
The split of the new format is requires for OS* other than macOS that will have trouble extracting the original APFS
image inside: `~/Library/Developer/DeveloperDiskImages`.
# Python package
Additionally, this repo provides a python API for accessing this repository.
You can install it as follows:
```shell
python3 -m pip install -U developer_disk_image
```
## Example usage
```python
from developer_disk_image.repo import DeveloperDiskImageRepository
repo = DeveloperDiskImageRepository.create()
# will get both the APFS and the signature file
developer_disk_image = repo.get_developer_disk_image('16.4')
# will get all necessary files for mount
personalized_disk_image = repo.get_personalized_disk_image()
```
Raw data
{
"_id": null,
"home_page": null,
"name": "developer-disk-image",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "doronz88 <doron88@gmail.com>",
"keywords": "ios, DeveloperDiskImage",
"author": null,
"author_email": "doronz88 <doron88@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/a6/49/0d5202f86232302c3f2ffaf097e8f352f0e7b18ef44851227666ce187327/developer_disk_image-0.0.4.tar.gz",
"platform": null,
"description": "[![Pypi version](https://img.shields.io/pypi/v/developer_disk_image.svg)](https://pypi.org/project/developer_disk_image/ \"PyPi package\")\n\n# Overview\n\nStore both types of Apple's DeveloperDiskImage files:\n\n- `DeveloperDiskImage.dmg` & `DeveloperDiskImage.dmg.signature`\n - Used for each iOS version < 17.0\n- The new Personalized images, but splitted to:\n - APFS\n - `BuildManifest.plist`\n - Trustcache\n\nThe split of the new format is requires for OS* other than macOS that will have trouble extracting the original APFS\nimage inside: `~/Library/Developer/DeveloperDiskImages`.\n\n# Python package\n\nAdditionally, this repo provides a python API for accessing this repository.\nYou can install it as follows:\n\n```shell\npython3 -m pip install -U developer_disk_image\n```\n\n## Example usage\n\n```python\nfrom developer_disk_image.repo import DeveloperDiskImageRepository\n\nrepo = DeveloperDiskImageRepository.create()\n\n# will get both the APFS and the signature file\ndeveloper_disk_image = repo.get_developer_disk_image('16.4')\n\n# will get all necessary files for mount\npersonalized_disk_image = repo.get_personalized_disk_image()\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "Download DeveloperDiskImage ans Personalized images from GitHub",
"version": "0.0.4",
"project_urls": {
"Bug Reports": "https://github.com/doronz88/DeveloperDiskImage/issues",
"Homepage": "https://github.com/doronz88/DeveloperDiskImage"
},
"split_keywords": [
"ios",
" developerdiskimage"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ef3f601760ddb0cf281b5a0d7ab05fa3a7607956397a4d14ff42f0f560cffff4",
"md5": "93610ff0880b94f8f992a87b08894fd2",
"sha256": "c66a6175dc71a70ecad9b2d20af308c5ff6ab0d5253766726e422aa866d4acd2"
},
"downloads": -1,
"filename": "developer_disk_image-0.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "93610ff0880b94f8f992a87b08894fd2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 4086,
"upload_time": "2024-11-04T09:36:50",
"upload_time_iso_8601": "2024-11-04T09:36:50.259166Z",
"url": "https://files.pythonhosted.org/packages/ef/3f/601760ddb0cf281b5a0d7ab05fa3a7607956397a4d14ff42f0f560cffff4/developer_disk_image-0.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a6490d5202f86232302c3f2ffaf097e8f352f0e7b18ef44851227666ce187327",
"md5": "a892047f755fc0429cc34a3ebf27fd2e",
"sha256": "babeb2c8d496d960c8ff9d625277a2959fd6c114eca12e7b4d12be1ab68251ab"
},
"downloads": -1,
"filename": "developer_disk_image-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "a892047f755fc0429cc34a3ebf27fd2e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 6108,
"upload_time": "2024-11-04T09:36:51",
"upload_time_iso_8601": "2024-11-04T09:36:51.495533Z",
"url": "https://files.pythonhosted.org/packages/a6/49/0d5202f86232302c3f2ffaf097e8f352f0e7b18ef44851227666ce187327/developer_disk_image-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-04 09:36:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "doronz88",
"github_project": "DeveloperDiskImage",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "requests",
"specs": []
}
],
"lcname": "developer-disk-image"
}