Python2, parse ".mobileprovision" file in MacOS System;
Project description
Py2MobileProvision
parse ".mobileprovision" file in MacOS System;
解析 MacOS 系统里,iOS和Mac开发常用到的".mobileprovision"文件,提取出里面的"plist"格式的内容
仅支持 Python2,Python3版本见:PyMobileProvision
Install
pip install Py2MobileProvision
Example:
from mobileprovision import parser
mp_file_path = "/Users/shede/Desktop/upload.mobileprovision"
print parser.content(mp_file_path)
print parser.plist_obj(mp_file_path)
待完成的功能
- 增加pytest标准测试;
- 增加mp等测试资源;
- 增加CLI控制功能;
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Py2MobileProvision-0.3.3.tar.gz
.
File metadata
- Download URL: Py2MobileProvision-0.3.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69e4b15f7d1e482a21bd05d1321a3c70a13ddaa74262f795040332027d11abdc |
|
MD5 | d5cc0719e495d234c4a65b99e028b50b |
|
BLAKE2b-256 | 8c705348c32f4ae9c615d09f18dc741661db018b84dd3e7976b438b57d112660 |
File details
Details for the file Py2MobileProvision-0.3.3-py2-none-any.whl
.
File metadata
- Download URL: Py2MobileProvision-0.3.3-py2-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b13ae5e6e4ee2df72816158e2738d59c19d89a7fd03147a7b485f1581996ffbb |
|
MD5 | 8f31e2c6de1d8062fc464235e8dbcab0 |
|
BLAKE2b-256 | e970198462e5a9a76440a44e04bee43bbb8d0260dbeecebe41515781b2d66637 |