Metadata-Version: 2.1
Name: pandas-ml-quant
Version: 0.2.1
Summary: Augment pandas DataFrame with methods for quant analysis
Home-page: https://github.com/KIC/pandas-ml-quant/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 re-implementation of the famous 
        [TA-Lib][e1]. 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][ghl1]
        
        ## Documentation
        Check out the [notebooks][ghl2]
        
        [e1]: http://mrjbq7.github.io/ta-lib/
        [ghl1]: ../
        [ghl2]: ./examples
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.8
Description-Content-Type: text/markdown
Provides-Extra: dev
