Metadata-Version: 1.1
Name: stocktrends
Version: 0.1.0
Summary: An opinionated, minimal cookiecutter template for Python packages
Home-page: https://github.com/borntyping/cookiecutter-pypackage-minimal
Author: chillar anand
Author-email: louis@kragniz.eu
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: stocktrends
        ===========
        
        .. image:: https://img.shields.io/pypi/v/stocktrends.svg
            :target: https://pypi.python.org/pypi/stocktrends
            :alt: Latest PyPI version
        
        .. image:: stocktrends.png
           :target: stocktrends
           :alt: Latest Travis CI build status
        
        
        Installation
        ------------
        
        
        
        Usage
        -----
        
        .. code-block:: python
        
            from stocktrends import Renko
            renko= Renko(df)
            renko.brick_size = 2
            data = renko.get_chart_data()
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
