Metadata-Version: 1.2
Name: Quandl
Version: 3.5.3
Summary: Package for quandl API access
Home-page: https://github.com/quandl/quandl-python
Author: Quandl
Author-email: connect@quandl.com
Maintainer: Quandl Development Team
Maintainer-email: connect@quandl.com
License: MIT
Description: 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
Keywords: quandl,API,data,financial,economic
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >= 3.5
