Python3, parse ".mobileprovision" file in MacOS System;
Project description
PyMobileProvision
parse ".mobileprovision" file in MacOS System;
解析 MacOS 系统里,iOS和Mac开发常用到的".mobileprovision"文件,提取出里面的"plist"格式的内容
仅支持 Python3,Python2版本见:Py2MobileProvision
Install
pip install PyMobileProvision
Example:
from mobileprovision import parser
mp_file_path = "/Users/shede333/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
PyMobileProvision-0.4.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file PyMobileProvision-0.4.tar.gz
.
File metadata
- Download URL: PyMobileProvision-0.4.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 | 95e51706ea7da9cb0f318cfe035a234aade98564f7fa1b33bc756badb63f8787 |
|
MD5 | 1c0280cca7b3fe7f7887f287cfc0f567 |
|
BLAKE2b-256 | 6275cce8db877e5337c3b895de8709e33e235d9069d8d050b09e5161ab2b2572 |
File details
Details for the file PyMobileProvision-0.4-py3-none-any.whl
.
File metadata
- Download URL: PyMobileProvision-0.4-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- 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 | 112f035f0355a847e089148df6af10fd0b2aff758f4dfdd31020bec56e95de8b |
|
MD5 | c75781f99f5bf652b556d9701a98d689 |
|
BLAKE2b-256 | 5de1cda05c40e4a8cbe848fbddd2f7f3d4624baa25bb0fd4ca01ee68490552b1 |