An open API service indexing awesome lists of open source software.

https://github.com/vnpy/vnpy_rest

VeighNa框架的REST API客户端
https://github.com/vnpy/vnpy_rest

veighna vnpy

Last synced: about 1 year ago
JSON representation

VeighNa框架的REST API客户端

Awesome Lists containing this project

README

          

# VeighNa框架的REST API客户端








## 说明

基于requests开发的多线程REST API客户端,用于开发高性能的REST交易接口。

## 安装

安装环境推荐基于4.0.0版本以上的【[**VeighNa Studio**](https://www.vnpy.com)】。

直接使用pip命令:

```
pip install vnpy_rest
```

下载解压后在cmd中运行

```
pip install .
```