Metadata-Version: 2.1
Name: ztool
Version: 0.0.2
Summary: ToolBox for Python
Home-page: https://pypi.org/project/ztool/
Author: Zhong Yufeng
Author-email: zhong.yufeng@foxmail.com
License: MIT
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: license.txt

# ZTool

文档暂未完善



## 安装

```shell
# 安装
python -m pip install ztool

# 升级
python -m pip install --upgrade ztool

# 卸载
python -m pip uninstall ztool
```



