1 Star 0 Fork 17

ZhuYunlong/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="[email protected]",
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"
],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/zhuyunlong2018/aioquant.git
[email protected]:zhuyunlong2018/aioquant.git
zhuyunlong2018
aioquant
aioquant
master

搜索帮助