Metadata-Version: 2.1
Name: iOSpy
Version: 0.1.0
Summary: iOS MobileSync backup data extraction
Home-page: https://github.com/chbrown/iOSpy
Author: Christopher Brown
Author-email: io@henrian.com
License: MIT
Description: # `iOSpy` <img align="right" src="https://badge.fury.io/py/iOSpy.svg">
        
        `iOSpy` is a Python package for extracting data from iOS MobileSync backups.
        
        It uses the namespace `iospy` and provides a command line tool, `ios`.
        
        Install from [PyPI](https://pypi.org/project/iOSpy/):
        
        ```sh
        pip install iOSpy
        ```
        
        Then get started with the CLI:
        
        ```sh
        ios --help
        ```
        
        
        ## License
        
        Copyright 2018–2020 Christopher Brown.
        [MIT Licensed](https://chbrown.github.io/licenses/MIT/#2018-2020).
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
