Metadata-Version: 2.1
Name: khandytool
Version: 0.2.48
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.run(8899), you can change the port if you like
        
        ## 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(may have problem by install by pip and run; but ok in deply by source)
        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. transfer har file to jmeter scripts
        ### 5. others code snips, can add into automation testing:
        - get data from jmesh
        - get fack data
        - generate test case from xmind
        - get sha1 password
        - http request send and validate
        - time counter wraper
        - multi list to single list
        - mysql operations to quick execute sql 
        - redis operations to quick read or write data to it
        - kafka operations to send or get data from target topic
        - mqtt operations to send to receive data from server
        - fake data generation base on faker
          
        ### 6. next step plan to add har2locust or other protocol sender... or add some validate way in the automation testing.... or add some wrapped function about some framework, like pytest or behave
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
