Metadata-Version: 2.1
Name: prometheus-quant
Version: 1.0.0
Summary: Python Study and API of Prometheus Quant Trade System.
Home-page: UNKNOWN
Author: Eddy Xie
Author-email: xieshufan@163.com
License: MIT
Keywords: python,quant,quantitative,ctp,trading,future
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Chinese (Simplified)
Description-Content-Type: text/markdown
Requires-Dist: plotly
Requires-Dist: dash
Requires-Dist: pandas
Requires-Dist: pyzmq
Requires-Dist: tqdm

# 普罗米修斯量化交易系统 python客户端

## 说明

针对CTP期货交易，使用zmq作为通讯库，实现的c++与python语言级脱钩的简单交易系统

## 安装

```
pip install promethues
```

或者下载源代码后，解压后在cmd中运行：

```
pip install .
```


