File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ StrategyEase-Python-SDK
33
44策略易(StrategyEase)Python SDK。
55
6- | 策略易是\ `爱股网 <http://www.iguuu.com>`__\ 旗下的股票自动化解决方案 ;提供基于 HTTP 协议的 RESTFul Service,从而管理通达信等交易终端 。
6+ | 策略易是\ `爱股网 <http://www.iguuu.com>`__\ 旗下的策略自动化解决方案 ;提供基于 HTTP 协议的 RESTFul Service,并管理交易客户端 。
77| 详情见:http://www.iguuu.com/e
88| 交流QQ群:11527956 |策略交流|
99|
@@ -12,7 +12,7 @@ StrategyEase-Python-SDK
1212
1313原理概述
1414--------
15- - 策略易通过调用 WINDOWS API 对通达信进行操作 。
15+ - 策略易通过调用 WINDOWS API 对交易客户端进行操作 。
1616- 策略易提供基于 HTTP 协议的 RESTFul Service/API。
1717- SDK 对 API 进行了封装(由 strategyease_sdk/client.py 中的 Client 类实现)。
1818- 本地策略或量化交易平台(目前支持聚宽、米筐、优矿)的模拟交易通过调用 SDK 实现自动下单。
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def main():
4242
4343 version = '1.5.1' ,
4444
45- description = u'策略易(StrategyEase)Python SDK,通达信自动化交易 API。' ,
45+ description = u'策略易(StrategyEase)Python SDK,策略自动化交易 API。' ,
4646 long_description = long_description ,
4747
4848 url = 'https://github.com/sinall/StrategyEase-Python-SDK' ,
@@ -68,7 +68,7 @@ def main():
6868 'Programming Language :: Python :: 3.5' ,
6969 ],
7070
71- keywords = 'StrategyEase SDK 通达信 TDX Automation ' ,
71+ keywords = 'StrategyEase SDK' ,
7272
7373 packages = find_packages (exclude = ['contrib' , 'docs' , 'tests' ]),
7474
You can’t perform that action at this time.
0 commit comments