2 Star 3 Fork 2

danielcxh / openfc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 825 Bytes
一键复制 编辑 原始数据 按行查看 历史
ubuntu 提交于 2022-05-15 16:24 . [feat]: add stock info for us
import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="openfc",
version="0.0.2",
author="Daniel Chen",
author_email="danielcxh@icloud.com",
description="An Open Financial Database",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://gitee.com/danielcxh/openfc",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
install_requires=[
"pandas==1.1.5", "requests==2.22.0", "xlrd>=1.2.0",
"pyexcel-xls==0.7.0", "yapf==0.32.0", "beautifulsoup4==4.11.1",
"mplfinance==0.12.8b9", "py-mini-racer == 0.6.0"
],
)
Python
1
https://gitee.com/danielcxh/openfc.git
git@gitee.com:danielcxh/openfc.git
danielcxh
openfc
openfc
master

搜索帮助