mysql-lingling

对 mysql-connector 的二次封装


License
MIT
Install
pip install mysql-lingling==0.0.4

Documentation

说明

如何将自己写的 python 包上传 pypi

https://zhuanlan.zhihu.com/p/61174349

1、如何更新

假如已经准备好各个文件了,

确保您拥有 setuptools 并 wheel 安装了最新版本:

python3 -m pip install --user --upgrade setuptools wheel

现在从setup.py位于的同一目录运行此命令:

python3 setup.py sdist bdist_wheel

上传他

twine upload dist/*

输入账号和密码,上传,ok