2 Star 3 Fork 1

DataIntegrationAlliance/DIRestPlus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
过儿.Quant 提交于 2020-09-08 11:07 . add wsgi.py, run.bat
#! /usr/bin/env python
# -*- coding:utf-8 -*-
"""
@author : MG
@Time : 2018/6/14 16:07
@File : setup.py
@contact : mmmaaaggg@163.com
@desc :
"""
from setuptools import setup, find_packages
with open("README.md", "r", encoding='utf-8') as rm:
long_description = rm.read()
setup(name='DIRestPlus',
version='0.2.3',
description='基于Restplus实现同花顺iFinD接口分布式调用',
long_description=long_description,
long_description_content_type='text/markdown',
author='MG',
author_email='mmmaaaggg@163.com',
url='https://github.com/DataIntegrationAlliance/DIRestPlus',
packages=find_packages(),
python_requires='>=3.5',
classifiers=(
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Operating System :: Microsoft :: Windows",
"Operating System :: Unix",
"Operating System :: POSIX",
"License :: OSI Approved :: MIT License",
"Development Status :: 5 - Production/Stable",
"Environment :: No Input/Output (Daemon)",
"Intended Audience :: Developers",
"Natural Language :: Chinese (Simplified)",
"Topic :: Software Development",
),
install_requires=[
'flask_restplus>=0.11.0',
'pandas>=0.23.0',
'requests>=2.19.1',
'xlrd>=1.1.0',
])
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/DataIntegrationAlliance/DIRestPlus.git
git@gitee.com:DataIntegrationAlliance/DIRestPlus.git
DataIntegrationAlliance
DIRestPlus
DIRestPlus
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385