pyimg4


Namepyimg4 JSON
Version 0.8.6 PyPI version JSON
download
home_pagehttps://github.com/m1stadev/PyIMG4
SummaryA Python library/CLI tool for parsing Apple's Image4 format.
upload_time2024-07-29 16:36:37
maintainerNone
docs_urlNone
authorm1stadev
requires_python<4.0,>=3.8
licenseMIT
keywords ios jailbreak iboot img4 image4
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
<img src=".github/assets/icon.png" alt="https://github.com/m1stadev/PyIMG4" width=256px> 
</p>

<h1 align="center">
PyIMG4
</h1>
<p align="center">
  <a href="https://github.com/m1stadev/PyIMG4/blob/master/LICENSE">
    <image src="https://img.shields.io/github/license/m1stadev/PyIMG4">
  </a>
  <a href="https://github.com/m1stadev/PyIMG4/stargazers">
    <image src="https://img.shields.io/github/stars/m1stadev/PyIMG4">
  </a>
  <a href="https://github.com/m1stadev/PyIMG4">
    <image src="https://tokei.rs/b1/github/m1stadev/PyIMG4?category=code&lang=python&style=flat">
  </a>
  <a href="https://github.com/m1stadev/PyIMG4">
    <image src="https://img.shields.io/github/actions/workflow/status/m1stadev/PyIMG4/.github/workflows/python-tests.yml">
  </a>
    <br>
</p>

<p align="center">
A Python library/CLI tool for parsing Apple's <a href="https://www.theiphonewiki.com/wiki/IMG4_File_Format">Image4 format</a>.
</p>

## Usage
```
Usage: pyimg4 [OPTIONS] COMMAND [ARGS]...

  A Python CLI tool for parsing Apple's Image4 format.

Options:
  --version  Show the version and exit.
  -h, --help     Show this message and exit.

Commands:
  im4m  Image4 manifest commands.
  im4p  Image4 payload commands.
  im4r  Image4 restore info commands.
  img4  Image4 commands.
```

## Requirements
- Python 3.8 or higher

## Installation
- Install from <a href="https://pypi.org/p/pyimg4">PyPI</a>:
    - ```python3 -m pip install pyimg4```
- Local installation:
    - `pip install --force-reinstall .`

## Notes
- For compression, LZFSE compression utilizes the <a href="https://pypi.org/p/apple-compress">apple-compress</a> library on *OS, and the <a href="https://pypi.org/p/lzfse">lzfse</a> library on all other OSes (due to libcompression not being available outside of Apple platforms).
  - If for some reason you'd like to force the lzfse library to be used on *OS (not recommended), you can set the environment variable `PYIMG4_FORCE_LZFSE`.

## Support
For any questions/issues you have, <a href="https://github.com/m1stadev/PyIMG4/issues">open an issue<a/>.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/m1stadev/PyIMG4",
    "name": "pyimg4",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "ios, jailbreak, iboot, img4, image4",
    "author": "m1stadev",
    "author_email": "adamhamdi31@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/de/4e/92d5b9c1b95d042c58cebd429eaa8fcd19c09c6e3126f759a9203698419d/pyimg4-0.8.6.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n<img src=\".github/assets/icon.png\" alt=\"https://github.com/m1stadev/PyIMG4\" width=256px> \n</p>\n\n<h1 align=\"center\">\nPyIMG4\n</h1>\n<p align=\"center\">\n  <a href=\"https://github.com/m1stadev/PyIMG4/blob/master/LICENSE\">\n    <image src=\"https://img.shields.io/github/license/m1stadev/PyIMG4\">\n  </a>\n  <a href=\"https://github.com/m1stadev/PyIMG4/stargazers\">\n    <image src=\"https://img.shields.io/github/stars/m1stadev/PyIMG4\">\n  </a>\n  <a href=\"https://github.com/m1stadev/PyIMG4\">\n    <image src=\"https://tokei.rs/b1/github/m1stadev/PyIMG4?category=code&lang=python&style=flat\">\n  </a>\n  <a href=\"https://github.com/m1stadev/PyIMG4\">\n    <image src=\"https://img.shields.io/github/actions/workflow/status/m1stadev/PyIMG4/.github/workflows/python-tests.yml\">\n  </a>\n    <br>\n</p>\n\n<p align=\"center\">\nA Python library/CLI tool for parsing Apple's <a href=\"https://www.theiphonewiki.com/wiki/IMG4_File_Format\">Image4 format</a>.\n</p>\n\n## Usage\n```\nUsage: pyimg4 [OPTIONS] COMMAND [ARGS]...\n\n  A Python CLI tool for parsing Apple's Image4 format.\n\nOptions:\n  --version  Show the version and exit.\n  -h, --help     Show this message and exit.\n\nCommands:\n  im4m  Image4 manifest commands.\n  im4p  Image4 payload commands.\n  im4r  Image4 restore info commands.\n  img4  Image4 commands.\n```\n\n## Requirements\n- Python 3.8 or higher\n\n## Installation\n- Install from <a href=\"https://pypi.org/p/pyimg4\">PyPI</a>:\n    - ```python3 -m pip install pyimg4```\n- Local installation:\n    - `pip install --force-reinstall .`\n\n## Notes\n- For compression, LZFSE compression utilizes the <a href=\"https://pypi.org/p/apple-compress\">apple-compress</a> library on *OS, and the <a href=\"https://pypi.org/p/lzfse\">lzfse</a> library on all other OSes (due to libcompression not being available outside of Apple platforms).\n  - If for some reason you'd like to force the lzfse library to be used on *OS (not recommended), you can set the environment variable `PYIMG4_FORCE_LZFSE`.\n\n## Support\nFor any questions/issues you have, <a href=\"https://github.com/m1stadev/PyIMG4/issues\">open an issue<a/>.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python library/CLI tool for parsing Apple's Image4 format.",
    "version": "0.8.6",
    "project_urls": {
        "Bug Tracker": "https://github.com/m1stadev/PyIMG4/issues",
        "Homepage": "https://github.com/m1stadev/PyIMG4",
        "Repository": "https://github.com/m1stadev/PyIMG4"
    },
    "split_keywords": [
        "ios",
        " jailbreak",
        " iboot",
        " img4",
        " image4"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8934ec5a12d4c35a339e11ea0933dcf8f0b1650c12af75944d02cf983d2d313e",
                "md5": "0dab464fbfd987146697700dc3678aa8",
                "sha256": "6c18137086ee48b58381b56c045377d286e1862290bd178073d2a76523c283d3"
            },
            "downloads": -1,
            "filename": "pyimg4-0.8.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0dab464fbfd987146697700dc3678aa8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 15547,
            "upload_time": "2024-07-29T16:36:35",
            "upload_time_iso_8601": "2024-07-29T16:36:35.912397Z",
            "url": "https://files.pythonhosted.org/packages/89/34/ec5a12d4c35a339e11ea0933dcf8f0b1650c12af75944d02cf983d2d313e/pyimg4-0.8.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de4e92d5b9c1b95d042c58cebd429eaa8fcd19c09c6e3126f759a9203698419d",
                "md5": "acf2605969683fea86702dec977657bc",
                "sha256": "7609940e023f395cbe8f39ffefb053d6168a001cad320627e641bf247c709d22"
            },
            "downloads": -1,
            "filename": "pyimg4-0.8.6.tar.gz",
            "has_sig": false,
            "md5_digest": "acf2605969683fea86702dec977657bc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 14868,
            "upload_time": "2024-07-29T16:36:37",
            "upload_time_iso_8601": "2024-07-29T16:36:37.442123Z",
            "url": "https://files.pythonhosted.org/packages/de/4e/92d5b9c1b95d042c58cebd429eaa8fcd19c09c6e3126f759a9203698419d/pyimg4-0.8.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-29 16:36:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "m1stadev",
    "github_project": "PyIMG4",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyimg4"
}
        
Elapsed time: 0.44279s