1 Star 0 Fork 1

allon2/czsc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 872 Bytes
一键复制 编辑 原始数据 按行查看 历史
zengbin93 提交于 2021-02-24 15:06 . #30 0.6.7 首次提交
# coding: utf-8
from setuptools import setup, find_packages
import czsc
setup(
name="czsc",
version=czsc.__version__,
author=czsc.__author__,
author_email=czsc.__email__,
keywords=["缠论", "技术分析", "A股", "期货", "缠中说禅", "单因子分析"],
description="缠中说禅技术分析工具",
long_description="缠中说禅技术分析工具,源自 http://blog.sina.com.cn/chzhshch",
license="MIT",
url="https://github.com/zengbin93/czsc",
packages=find_packages(exclude=['test', 'images', 'docs']),
include_package_data=True,
install_requires=["pandas", "pyecharts", "tushare", "requests", "seaborn"],
classifiers=[
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
]
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/handyun/czsc.git
git@gitee.com:handyun/czsc.git
handyun
czsc
czsc
master

搜索帮助