Metadata-Version: 2.1
Name: iOSAppInfoParser
Version: 1.0.3
Summary: UNKNOWN
Home-page: https://github.com/shede333/iOSAppInfoParser
Author: shede333
Author-email: 333wshw@163.com
License: UNKNOWN
Description: # iOSAppInfoParser
        
        > 解析 iOS APP 的信息，目前主要解析 Info.plist文件 信息；    
        > 注意：仅支持 Python3；
        
        ## 安装 Install
        
        ```
        
        pip3 install iOSAppInfoParser
        
        ```
        
Keywords: ios app info.plist infoPlist info parser
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: Chinese (Simplified)
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
