Metadata-Version: 2.1
Name: quant_werobot
Version: 0.1
Summary: This is a quant server
Home-page: https://github.com/embzheng/quant_werobot
Author: embzheng
Author-email: embzheng@qq.com
Project-URL: Source, https://github.com/embzheng/quant_werobot
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: logging
Requires-Dist: werobot
Requires-Dist: os
Requires-Dist: sys
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: sqlalchemy
Requires-Dist: datetime

# quant_werobot

这是一个A股行情自动复盘工具，每天收盘后可以输出大小盘的强弱情况，趋势的情况，还有北向资金的情况，并给出仓位建议
可以通过绑定企业微信，接收复盘信息

### 安装

```
$ pip install quant_werobot
```


### 使用说明
1、安装mysql和python环境
2、绑定企业微信
3、运行python quant_werobot.py，每天收盘后就可以收到消息




