Metadata-Version: 2.1
Name: pyEX-caching
Version: 0.0.1
Summary: Rest API to IEX
Home-page: https://github.com/timkpaine/pyEX-caching
Author: Tim Paine
Author-email: timothy.k.paine@gmail.com
License: Apache 2.0
Download-URL: https://github.com/timkpaine/pyEX-caching/archive/v0.0.1.tar.gz
Description: # pyEX-caching
        Library for caching and querying IEX market and reference data using either SQLAlchemy or kdb+.
        
        [![Build Status](https://travis-ci.org/timkpaine/pyEX-caching.svg?branch=master)](https://travis-ci.org/timkpaine/pyEX-caching)
        [![Coverage](https://codecov.io/gh/timkpaine/pyEX-caching/branch/master/graph/badge.svg)](https://codecov.io/gh/timkpaine/pyEX-caching)
        [![BCH compliance](https://bettercodehub.com/edge/badge/timkpaine/pyEX-caching?branch=master)](https://bettercodehub.com/)
        [![License](https://img.shields.io/github/license/timkpaine/pyEX-caching.svg)](https://pypi.python.org/pypi/pyEX-caching/)
        [![PyPI](https://img.shields.io/pypi/v/pyEX-caching.svg)](https://pypi.python.org/pypi/pyEX-caching/)
        [![Docs](https://readthedocs.org/projects/pyex/badge/?version=latest)](https://pyex.readthedocs.io/en/latest/?badge=latest)
        
        
        ## 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.
        
        ## IEX Cloud attribution
        [Powered by IEX Cloud](https://iexcloud.io)
        
        
        
        # Getting Started
        
        - [Read The Docs!](https://pyEX-caching.readthedocs.io)
        
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
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: dev
