Metadata-Version: 1.1
Name: python-iex
Version: 0.1.0
Summary: A package for communicating with the IEX API.
Home-page: https://github.com/alexmcdonald1124/python-iex
Author: Alexander McDonald
Author-email: alexmcdonald1124@gmail.com
License: UNKNOWN
Description: python-iex
        ==========
        
        .. image:: https://img.shields.io/pypi/v/python-iex.svg
            :target: https://pypi.python.org/pypi/python-iex
            :alt: Latest PyPI version
        
        .. image:: https://travis-ci.org/alexmcdonald1124/python-iex.png
           :target: https://travis-ci.org/alexmcdonald1124/python-iex
           :alt: Latest Travis CI build status
        
        .. image:: https://img.shields.io/badge/license-MIT-blue.svg
           :target: https://github.com/alexmcdonald1124/python-iex/blob/master/LICENSE
           :alt: License description
        
        A package for communicating with the IEX API.
        
        Installation
        ------------
        
        Via pip::
        
            pip install python-iex
        
        Or manually::
        
        	git clone https://github.com/alexmcdonald1124/python-iex.git
        	cd python-iex
        	./setup.py install
        
        Documentation
        ------------
        
        Authors
        -------
        
        `python-iex` was written by `Alexander McDonald <N/A>`_.
        
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
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
