-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 1.0.0版本 | ||
# 1.0.1版本 | ||
|
||
1. 将模块的图标文件信息,改为完整路径字符串 | ||
2. 调整接口初始化时,接口名称的赋值方式 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,33 @@ | ||
# vn.py框架的RPC服务应用 | ||
# VeighNa框架的RPC服务应用 | ||
|
||
<p align="center"> | ||
<img src ="https://vnpy.oss-cn-shanghai.aliyuncs.com/vnpy-logo.png"/> | ||
</p> | ||
|
||
<p align="center"> | ||
<img src ="https://img.shields.io/badge/version-1.0.0-blueviolet.svg"/> | ||
<img src ="https://img.shields.io/badge/version-1.0.1-blueviolet.svg"/> | ||
<img src ="https://img.shields.io/badge/platform-linux|windows|mac-yellow.svg"/> | ||
<img src ="https://img.shields.io/badge/python-3.7|3.8|3.9|3.10-blue.svg" /> | ||
<img src ="https://img.shields.io/github/license/vnpy/vnpy.svg?color=orange"/> | ||
</p> | ||
|
||
## 说明 | ||
|
||
基于pyzmq开发的RPC服务模块,允许将某一vn.py进程启动为服务端,作为统一的行情和交易路由通道,允许多客户端同时连接,实现实现跨进程或者跨网络的分布式系统。 | ||
基于pyzmq开发的RPC服务模块,允许将某一VeighNa进程启动为服务端,作为统一的行情和交易路由通道,允许多客户端同时连接,实现实现跨进程或者跨网络的分布式系统。 | ||
|
||
## 安装 | ||
|
||
安装需要基于3.0.0版本以上的[VN Studio](https://www.vnpy.com)。 | ||
安装环境推荐基于3.0.0版本以上的【[**VeighNa Studio**](https://www.vnpy.com)】。 | ||
|
||
直接使用pip命令: | ||
|
||
``` | ||
pip install vnpy_rpcservice | ||
``` | ||
|
||
下载解压后在cmd中运行 | ||
|
||
或者下载源代码后,解压后在cmd中运行: | ||
|
||
``` | ||
pip install -e . | ||
pip install . | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[metadata] | ||
name = vnpy_rpcservice | ||
version = 1.0.0 | ||
version = 1.0.1 | ||
url = https://www.vnpy.com | ||
license = MIT | ||
author = Xiaoyou Chen | ||
author_email = [email protected] | ||
description = RPC service application and gateway for vn.py quant trading framework. | ||
description = RPC service application and gateway for VeighNa quant trading framework. | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
keywords = | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters