Metadata-Version: 2.1
Name: pandas-ml-quant
Version: 0.1.5
Summary: Augment pandas DataFrame with methods for quant analysis
Home-page: https://github.com/KIC/pandas-ml-quant
Author: KIC
Author-email: 
License: MIT
Description: # Pandas ML Quant
        
        The Pandas Machine Learning Quant module is not only a pure python reimplementation of the famous 
        [TA-Lib](http://mrjbq7.github.io/ta-lib/). There are also useful tools to plot data as well as to 
        train neural networks while you never need to leave the world of pandas. 
        
        ## Installation
        Follow the instructions on [https://github.com/KIC/pandas-ml-quant](https://github.com/KIC/pandas-ml-quant)
        
        ## Documentation
        Check out the notebooks at [https://github.com/KIC/pandas-ml-quant/blob/master/notebooks](https://github.com/KIC/pandas-ml-quant/blob/master/notebooks)
        
        
Keywords: pandas,ml,util,quant
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
