1 Star 0 Fork 16

jackjin / aioquant

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

搜索帮助

344bd9b3 5694891 D2dac590 5694891