Metadata-Version: 1.1
Name: iex
Version: 0.0.1
Summary: A module to retrieve stock data from IEX
Home-page: UNKNOWN
Author: Iulian Udrea
Author-email: iulian.udrea14@alumni.imperial.ac.uk
License: Apache License 2.0
Description-Content-Type: UNKNOWN
Description: iex
        ===
        A Python module to retrieve stock market data from `The Investors Exchange (IEX) <https://iextrading.com/>`__
        Developer Platform.
        
        Documentation
        -------------
        Read the IEX Developer Platform documentation `here <https://iextrading.com/developer/docs/>`__.
        
        Installation
        ------------
        From PyPI with pip:
        
        ``$ pip3 install iex``
        
        From GitHub:
        
        .. code:: bash
        
             $ git clone https://github.com/udrea/iex.git
             $ cd iex
             $ python3 setup.py install
        
        Module stability
        ----------------
        This Python module is currently under heavy development and nowhere near any
        stable version. It is subject to regular breaking changes.
        
        License
        -------
        Copyright 2018 Iulian Udrea <iulian.udrea14@alumni.imperial.ac.uk>
        
        See LICENSE.
        
Keywords: iex stock market exchange finance trades
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
