Metadata-Version: 2.1
Name: mobileconfig
Version: 1.1.1
Summary: Parse .mobileconfig files
Home-page: https://github.com/yotamolenik/mobileconfig
Author: Yotam
Author-email: yotamolenik@gmail.com
License: GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007
Project-URL: mobileconfig, https://github.com/yotamolenik/mobileconfig
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# mobileconfig

`mobileconfig` is a python3 module to parse `.mobileconfig` files for better examination.

Usage:

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

  Parse .mobileconfig files in a given directory

Options:
  --help  Show this message and exit.

Commands:
  consents       Print all user consents
  extract        Extract the plists into given directory
  payload-types  print a summary of PayloadTypes to either a csv or md file
```

The _extract_ command also gives all values for the keys inside payload-types

For your convenience, a link to the gist of all current profiles:  
https://gist.github.com/yotamolenik/154d612900a2b3ce277226fcaebbb2ca
