Metadata-Version: 1.1
Name: csf
Version: 1.0.19.3
Summary: Python module to get stock data from chinascope
Home-page: http://api.ichinascope.com
Author: chinascope
Author-email: it@chinascopefinancial.com
License: BSD
Download-URL: http://qiniu.csfimg.com/sdk/csf-1.0.19.3.zip
Description: 
        csf
        ===
        
        Installation
        ------------
            pip install csf
        
        Upgrade
        -------
        	pip install csf --upgrade
        
        Quick Start
        -----------
        ::
        
            import csf
            csf.config.set_token("ACCESS_KEY","SECRET_KEY") 设置token
            csf.get_stock_hist_bar(code="000001")
        
        
Keywords: csf,stock,data,chinascope
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
