Metadata-Version: 2.1
Name: p2r
Version: 0.1
Summary: PostmanScript to RequestsScript
Home-page: https://github.com/tser/p2r
Author: Tser
Author-email: 807447312@qq.com
License: UNKNOWN
Description: - 查看帮助文档
        
            `python p2r.py -h`
        
        - 参数注解 -f PostManScript脚本文件
            
            `python p2r.py -f postmanScript.json`
        
        - 参数注解 -p pyScript脚本文件 *默认脚本名为api_test_script.py
        
            `python p2r.py -f postmanScript.json -p test_api.py`
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.4
Description-Content-Type: text/markdown
