Metadata-Version: 2.1
Name: pyEX.caching
Version: 0.0.3
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.3.tar.gz
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
Requires-Dist: deprecation (>=2.0.6)
Requires-Dist: ipython (>=7.2.0)
Requires-Dist: Pillow (>=5.3.0)
Requires-Dist: pandas (>=0.22)
Requires-Dist: pyEX (>=0.1.15)
Requires-Dist: requests (>=2.21.0)
Requires-Dist: socketIO-client-nexus (>=0.7.6)
Requires-Dist: sseclient (>=0.0.22)
Provides-Extra: dev
Requires-Dist: deprecation (>=2.0.6) ; extra == 'dev'
Requires-Dist: ipython (>=7.2.0) ; extra == 'dev'
Requires-Dist: Pillow (>=5.3.0) ; extra == 'dev'
Requires-Dist: pandas (>=0.22) ; extra == 'dev'
Requires-Dist: pyEX (>=0.1.15) ; extra == 'dev'
Requires-Dist: requests (>=2.21.0) ; extra == 'dev'
Requires-Dist: socketIO-client-nexus (>=0.7.6) ; extra == 'dev'
Requires-Dist: sseclient (>=0.0.22) ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'

# 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)


