Metadata-Version: 2.1
Name: pyEX.studies
Version: 0.1.0
Summary: Rest API to IEX
Home-page: https://github.com/timkpaine/pyEX.studies
Author: Tim Paine
Author-email: t.paine154@gmail.com
License: Apache 2.0
Description: # pyEX-studies
        Predefined financial metrics built on pyEX/IEX
        
        [![Build Status](https://dev.azure.com/tpaine154/pyEX/_apis/build/status/timkpaine.pyEX-studies?branchName=master)](https://dev.azure.com/tpaine154/pyEX/_build/latest?definitionId=7&branchName=master)
        [![Coverage](https://img.shields.io/azure-devops/coverage/tpaine154/pyEX/7/master)](https://img.shields.io/azure-devops/coverage/tpaine154/pyEX/7)
        [![License](https://img.shields.io/github/license/timkpaine/pyEX-studies.svg)](https://pypi.python.org/pypi/pyEX-studies/)
        [![PyPI](https://img.shields.io/pypi/v/pyEX-studies.svg)](https://pypi.python.org/pypi/pyEX-studies/)
        [![Docs](https://img.shields.io/readthedocs/pyex-studies.svg)](https://pyex-studies.readthedocs.io)
        
        # Referral
        Please subscribe to IEX Cloud using [my referral code](https://iexcloud.io/s/6332a3c3 ).
        
        # Install
        Install from pip
        
        `pip install pyEX.studies`
        
        or from source
        
        `python setup.py install`
        
        # Getting Started
        All functions are bound to a `pyEX` client if `pyEX-studies` is installed
        
        - [pyEX main documentation](https://pyEX.readthedocs.io)
        - [pyEX-studies documentation](https://pyEX-studies.readthedocs.io)
        
Keywords: finance data
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
