Metadata-Version: 1.1
Name: tushare
Version: 0.1.4
Summary: TuShare is a utility for crawling historical and Realtime Quotes data of China stocks
Home-page: https://github.com/waditu/tushare
Author: Jimmy Liu
Author-email: jimmysoa@sina.cn
License: BSD
Description: 
        tushare
        ===============
        
        .. image:: https://api.travis-ci.org/waditu/tushare.png?branch=master
            :target: https://travis-ci.org/waditu/tushare
        
        .. image:: https://badge.fury.io/py/tushare.png
            :target: http://badge.fury.io/py/tushare
        
        * easy to use as most of the data returned are pandas DataFrame objects
        * can be easily saved as csv, excel or json files
        * can be inserted into MySQL or Mongodb
        
        Target Users
        --------------
        
        * financial market analyst of China
        * learners of financial data analysis with pandas/NumPy
        * people who are interested in China financial data
        
        Installation
        --------------
        
            pip install tushare
        
Keywords: china stock data
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: BSD License
