Metadata-Version: 1.1
Name: lzhtools
Version: 0.1.0
Summary: UNKNOWN
Home-page: http://www.ac3.cn
Author: lizenghai
Author-email: 860007600@qq.com
License: BSD
Description: 
        lzh
        ===============
        
        .. image:: https://badge.fury.io/py/lzh.png
            :target: http://badge.fury.io/py/lzh
        
        * can be easily to convert most of the date time to a standard format or string format
        * can be easily read a large number of CSV files to a dicttype
        * 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 MSSQL or MySQL or Mongodb
        
        Installation
        --------------
        
            pip install lzh
            
        Upgrade
        ---------------
        
            pip install lzh --upgrade
            
        Quick Start
        --------------
        
        ::
        
            from lzhtools.feed import ReadMarketCSVFiles
            
            ReadMarketCSVFiles(2)
            
        return::
        
            ReadMarketCSVFiles.Market
            {'XX1':data(pandas.DataFrame),
            'XX2':data(pandas.DataFrame),
            ... ...
            'XXn':data(pandas.DataFrame)
            }
            
        
Keywords: China stock data,futures trade,Stock trade,backtesting
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: BSD License
