Metadata-Version: 2.1
Name: khandytool
Version: 0.1.9
Summary: khandytool, handy core in testing
Home-page: https://github.com/kevin72500/khandytool
Author: Ou Peng
Author-email: kevin72500@qq.com
License: UNKNOWN
Description: # CoreUtil
        ## How to use it
        
        - pip install khandytool
        - from core.bladeTest import interactive
        - interactive.runToolAsServer(8080)
        
        ## Purpose 
        This core mainly to personal use, and it just wraped some other packages. the perpose that is make some functions are easy to use quickly.
        ## Main utils
        ### 1. blade chaose executer
        which have two models to execute ChaoseBlade command in the remote server
        ### 2. transfer xmind testcase to excel testcase(some formated restrict xmind)
        ### 3. transfer swagger url to jmeter scripts
        using some opensource packge to complish this
        
        ### 4. others code snips like:
        - get data from jmesh
        - get fack data
        - generate test case from xmind
        - get sha1 password
        - run sql in mysql
        - time counter wraper
        - multi list to single list
          
        ### 5. next step plan to add some redis connection or kafka connection or fake data generator into this
        
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
