1 Star 0 Fork 49

朱凡/thenextquant

forked from kuskyfei/thenextquant 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 760 Bytes
一键复制 编辑 原始数据 按行查看 历史
Demon-Hunter 提交于 2019-11-13 15:38 . New version: v0.2.2
# -*- coding:utf-8 -*-
from distutils.core import setup
setup(
name="thenextquant",
version="0.2.2",
packages=[
"quant",
"quant.utils",
"quant.platform",
],
description="Asynchronous driven quantitative trading framework.",
url="https://github.com/TheNextQuant/thenextquant",
author="huangtao",
author_email="huangtao@ifclover.com",
license="MIT",
keywords=[
"thenextquant", "quant", "framework", "async", "asynchronous", "digiccy", "digital", "currency",
"marketmaker", "binance", "okex", "huobi", "bitmex", "deribit", "kraken", "gemini", "kucoin", "digifinex"
],
install_requires=[
"aiohttp==3.2.1",
"aioamqp==0.13.0",
"motor==2.0.0"
],
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Theseus888/thenextquant.git
git@gitee.com:Theseus888/thenextquant.git
Theseus888
thenextquant
thenextquant
master

搜索帮助