Metadata-Version: 2.1
Name: khandytool
Version: 0.1.3
Summary: khandytool, handy core in testing
Home-page: https://github.com/kevin72500/khandytool
Author: Ou Peng
Author-email: kevin72500@qq.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: faker (==8.12.1)
Requires-Dist: jmespath (==0.9.5)
Requires-Dist: loguru (==0.4.1)
Requires-Dist: pymysql (==1.0.2)
Requires-Dist: xmindparser (==1.0.9)
Requires-Dist: openpyxl (==3.0.9)
Requires-Dist: pytest (==6.2.5)

# CoreUtil
## 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.
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





