Metadata-Version: 1.1
Name: wbdata
Version: 0.2.5
Summary: A library to access World Bank data
Home-page: https://github.com/oliversherouse/wbdata
Author: Oliver Sherouse
Author-email: oliver.sherouse@gmail.com
License: UNKNOWN
Description: wbdata
        ======
        Wbdata is a simple python interface to find and request information from the
        World Bank's various databases, either as a dictionary containing full metadata
        or as a `pandas <http://pandas.pydata.org>`_ DataFrame.  Currently, wbdata
        wraps most of the `World Bank API
        <http://data.worldbank.org/developers/api-overview>`_, and also adds some
        convenience functions for searching and retrieving information.
        
        Documentation is available at http://wbdata.readthedocs.org/ .
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires: decorator
