Metadata-Version: 2.1
Name: ipsw-parser
Version: 1.1.3
Summary: python3 utility for parsing and extracting data from IPSW
Home-page: https://github.com/doronz88/ipsw_parser
Author: DoronZ
Author-email: doron88@gmail.com
License: GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007
Project-URL: ipsw_parser, https://github.com/doronz88/ipsw_parser
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE

[![Python application](https://github.com/doronz88/ipsw_parser/workflows/Python%20application/badge.svg)](https://github.com/doronz88/ipsw_parser/actions/workflows/python-app.yml "Python application action")
[![Pypi version](https://img.shields.io/pypi/v/ipsw_parser.svg)](https://pypi.org/project/ipsw_parser/ "PyPi package")
[![Downloads](https://static.pepy.tech/personalized-badge/ipsw_parser?period=total&units=none&left_color=grey&right_color=blue&left_text=Downloads)](https://pepy.tech/project/ipsw_parser)

# Overview

python3 utility for parsing and extracting data from IPSW.

# Installation

```shell
python3 -m pip install ipsw_parser
```

# Usage

```
Usage: python -m ipsw_parser [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  extract  extract .ipsw into filesystem layout
  info     parse given .ipsw basic info
```
