Metadata-Version: 2.4
Name: wbdata
Version: 1.1.0
Summary: A library to access World Bank data
Project-URL: Repository, https://github.com/OliverSherouse/wbdata
Project-URL: Documentation, https://wbdata.readthedocs.io/
Author-email: Oliver Sherouse <oliver@oliversherouse.com>
License: GPL-2.0+
License-File: LICENSE.txt
Keywords: World Bank,data,economics
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Python: <4,>=3.10
Requires-Dist: appdirs<2,>=1.4
Requires-Dist: backoff<3,>=2.2.1
Requires-Dist: cachetools<6,>=5.3.2
Requires-Dist: dateparser<2,>=1.2.0
Requires-Dist: decorator<6,>=5.1.1
Requires-Dist: requests<3,>=2.0
Requires-Dist: shelved-cache<0.4,>=0.3.1
Requires-Dist: tabulate<1,>=0.8.5
Provides-Extra: docs
Requires-Dist: mkdocs<2,>=1.5.3; extra == 'docs'
Requires-Dist: mkdocstrings[python]<1,>=0.30; extra == 'docs'
Provides-Extra: pandas
Requires-Dist: pandas<3,>=1; extra == 'pandas'
Description-Content-Type: text/markdown

# wbdata

[![Tests](https://github.com/OliverSherouse/wbdata/actions/workflows/tests.yaml/badge.svg?branch=master)](https://github.com/OliverSherouse/wbdata/actions/workflows/tests.yaml)
[![Documentation Status](https://readthedocs.org/projects/wbdata/badge/?version=stable)](https://wbdata.readthedocs.io/en/stable/?badge=stable)
[![PyPI version](https://badge.fury.io/py/wbdata.svg)](https://badge.fury.io/py/wbdata)
[![Downloads](https://static.pepy.tech/badge/wbdata/month)](https://pepy.tech/project/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 or series. Currently,
wbdata wraps most of the [World Bank
API](http://data.worldbank.org/developers/api-overview), and also adds some
convenience functionality for searching and retrieving information.

Documentation is available at <http://wbdata.readthedocs.org/> .
