Metadata-Version: 2.1
Name: maintain-PlatoUtils
Version: 0.1.3.99
Summary: 运营PlatoDB的工具
Home-page: 
Author: Timaos
Author-email: 201436009@uibe.edu.cn
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE

# maintian_PlatoUtils

安装方式

```
pip install maintainPlatoUtils
python setup.py install --user
```

每次更新包之后记得删除原dist内的老包，再运行：
```
python -m build
twine upload dist/*
```

文件```.pypirc```置于C:/用户/<用户名>下才能使用
