Metadata-Version: 1.0
Name: chinesestockapi_py3
Version: 1.0.1
Summary: Python API to get Chinese stock price for Python3.5
Home-page: UNKNOWN
Author: Roy Liu
Author-email: roystd@qq.com
License: Apache Software License
Description: Library to get Chinese stock price
        
        Supported Engines:
         - Hexun API
         - Sina Finance API
         - Yahoo Finance API
        
        Usage:
        
         from cstock.request import Requests
        
         from cstock.hexun_engine import HexunEngine
        
         engine = HexunEngine()
        
         requester = Requester(engine)
        
         stock = requester.request('000626')
        
         print stock.as_dict()
        
        Github Site: https://github.com/seizetheday/chinese-stock-api.
        
Platform: any
