Metadata-Version: 2.1
Name: maintain-PlatoUtils
Version: 0.1.3.93
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
Requires-Dist: numpy
Requires-Dist: nebula-python
Requires-Dist: nebula2-python
Requires-Dist: pandas
Requires-Dist: flashtext
Requires-Dist: gensim (==3.8.3)
Requires-Dist: tensorflow (==2.5.0)
Requires-Dist: pyecharts
Requires-Dist: stellargraph
Requires-Dist: networkx
Requires-Dist: chardet

# maintian_PlatoUtils

安装方式

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

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

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