A simple python interface for World Bank Data Indicator and Climate APIs
Project description
Simple World Band Data api interface
This is a simple python interface for World Bank Data APIs. The goal of this project is to provide a user with the most basic interface, focused on the ease of use. For a more feature complete API helpers take a look at wbpy and wbdata.
Installation
For basic usage:
pip instal git+git://github.com/zidarsk8/simple_wbd.git
Usage
import simple_wbd
api = simple_wbd.ClimateAPI()
climate = api.get_instrumental("Italy")
climates = api.get_instrumental(["Italy", "Slovenia", "US"])
For development
Install
virtualenv --python=python3 venv3
venv3/bin/activate
git clone git://github.com/zidarsk8/simple_wbd.git
cd simple_wbd
pip install -e .[dev,test]
Run tests
python setup.py test
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simple_wbd-0.5.0.tar.gz
(18.7 kB
view details)
File details
Details for the file simple_wbd-0.5.0.tar.gz
.
File metadata
- Download URL: simple_wbd-0.5.0.tar.gz
- Upload date:
- Size: 18.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac6a481d5aba71cd88f4a1b5d825414e9fc916b4da94e05fdc0eb79cf9ca7056 |
|
MD5 | 5e19c28dcd0a04fd8fa1e565bcfe0ec7 |
|
BLAKE2b-256 | 81162814c8f561818082f604b097fedda7753430e5a5b883d6d0c0d9b07a91e4 |