Metadata-Version: 2.1
Name: IsPycharmRun
Version: 0.4
Summary: Define a decorator, identify the pycharm running environment, and call the same method in different ways
Home-page: https://gitee.com/shi_bo_xuan/testSuite
Author: Boxuan Shi
Author-email: shi425@126.com
License: UNKNOWN
Description: # IsPycharmRun
        判断程序是否在pycharm下运行，如果是则向被装饰方法传入pycharm调试参数，否则使用默认参数
        
        ### 安装
        ```
        $ pip install IsPycharmRun
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
