Metadata-Version: 1.1
Name: mooquant_tushare
Version: 0.2.1
Summary: mooquant tushare module
Home-page: https://github.com/bopo/mooquant_tushare
Author: bopo.wang
Author-email: ibopo@126.com
License: MIT license
Description: # [tushare](https://www.tushare.org/) [MooQuant](http://bopo.github.io/mooquant/) Module
        
        This is a very early version of the module. **Live trading is not yet implemented.** Right now, I have only implemented LiveFeed (extends ```barfeed.BaseBarFeed```). Live data is fetched from the trades and order book API endpoint of tushare. Hopefully in the near future, a live broker class will be implemented.
        
        The LiveFeed class can be plugged just as any other bar feed in MooQuant. To subscribe for bid and ask prices, just call ```getOrderBookUpdateEvent().subscribe(<your_callback_function>)``` from the LiveFeed instance. Kindly see example at sample.py.
        
        Liked my work? **Leave me a tip @ 32dzQMkn4RgChSFzemwdYyKJ85PcsVmP6e**
        
        Sample dump:
        ```
        
        ```
        
        This is based on Bitstamp and Xignite module of MooQuant.
        # mooquant_tushare
        
        
        
Keywords: mooquant_tushare
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
