Metadata-Version: 1.1
Name: pyEX
Version: 0.0.6
Summary: Rest API to IEX
Home-page: https://github.com/timkpaine/pyEX
Author: Tim Paine
Author-email: timothy.k.paine@gmail.com
License: LGPL
Download-URL: https://github.com/timkpaine/pyEX/archive/v0.0.6.tar.gz
Description-Content-Type: UNKNOWN
Description: # pyEX
        Python interface to IEX Api (https://iextrading.com/developer/docs/)
        
        [![Build Status](https://travis-ci.org/timkpaine/pyEX.svg?branch=master)](https://travis-ci.org/timkpaine/pyEX)
        [![Coverage](https://codecov.io/gh/timkpaine/pyEX/branch/master/graph/badge.svg)](https://codecov.io/gh/timkpaine/pyEX)
        [![Waffle.io](https://badge.waffle.io/timkpaine/pyEX.png?label=ready&title=Ready)](https://waffle.io/timkpaine/pyEX?utm_source=badge)
        [![BCH compliance](https://bettercodehub.com/edge/badge/timkpaine/pyEX?branch=master)](https://bettercodehub.com/)
        [![License](https://img.shields.io/github/license/timkpaine/pyEX.svg)](https://pypi.python.org/pypi/pyEX/)
        [![PyPI](https://img.shields.io/pypi/v/pyEX.svg)](https://pypi.python.org/pypi/pyEX/)
        [![Docs](https://img.shields.io/readthedocs/pyEX.svg)](https://pyEX.readthedocs.io)
        
        
        ### Attribution
        If you redistribute our API data:
        
        - Cite IEX using the following text and link: “Data provided for free by [IEX](https://iextrading.com/developer).”
        - Provide a link to https://iextrading.com/api-exhibit-a in your terms of service.
        - Additionally, if you display our TOPS price data, cite “IEX Real-Time Price” near the price.
        
        
Keywords: finance data
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
