Metadata-Version: 2.1
Name: zpassistant
Version: 1.1.3
Summary: 公司内部使用单点登录
Home-page: https://gitee.com/naozeizei
Author: zhitao.mao
Author-email: mzt12450@163.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: selenium

# 工具包
## 单点登录工具包

``` shell
# 安装打包工具
python3 -m pip install --user --upgrade twine
# 打包指令
python3 setup.py sdist bdist_wheel
# 上传
python3 -m twine upload dist/*
# 更新zpassistant
pip3 install -i https://pypi.org/simple --upgrade zpassistant 
