Metadata-Version: 2.0
Name: Quandl
Version: 3.3.0
Summary: Package for quandl API access
Home-page: https://github.com/quandl/quandl-python
Author: Quandl Development Team
Author-email: connect@quandl.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: quandl,API,data,financial,economic
Platform: UNKNOWN
Requires-Dist: pandas (>=0.14)
Requires-Dist: numpy (>=1.8)
Requires-Dist: requests (>=2.7.0)
Requires-Dist: inflection (>=0.3.1)
Requires-Dist: python-dateutil
Requires-Dist: six
Requires-Dist: more-itertools

Official Quandl API Client for Python
=========================================

A Python library for Quandl's RESTful API.


Setup
=====

You can install this package by using the pip tool and installing:

    $ pip install quandl

Or:

    $ easy_install quandl

Usage
=====

You can read more about developing and using the library here: https://github.com/quandl/quandl-python

