Metadata-Version: 1.2
Name: RestIFindPy
Version: 0.0.5
Summary: 基于Restplus实现同花顺iFinD接口分布式调用
Home-page: https://github.com/DataIntegrationAlliance/RestIFindPy
Author: MG
Author-email: mmmaaaggg@163.com
License: UNKNOWN
Description: # DIRestPlus
        通过Flask-RESTPlus 构建接口框架，将Wind、iFinD、Choice等进行统一封装
        
        ### 外部环境依赖及安装配置
        
        #### ifind 环境配置
        ```commandline
        python "d:\IDE\iFinD\bin\x64\installiFinDPy.py" "D:\IDE\iFinD\bin"
        ```
        
        #### 测试接口文件安装是否成功
        ```python
        from iFinDPy import *
        # 返回 D:\WSPych\RestIFindPy\venv\lib\site-packages\iFinDPy.pth
        # 说明安装成功
        
        # 登陆
        thsLogin = THS_iFinDLogin("***","***")  # 0
        
        thsDataDataPool  = THS_DataPool('block','2016-11-27;001005260','date:Y,security_name:Y,thscode:Y')
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Topic :: Software Development
Requires-Python: >=3.5
