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
Release files for simple_wbd 0.5.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| simple_wbd-0.5.1.tar.gz | 19.7 kB | Details |
Release files / simple_wbd-0.5.1.tar.gz
| Download URL | simple_wbd-0.5.1.tar.gz |
|---|---|
| Size | 19.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ab55d94899b9104001d56065af94eeb98ab0c26ffd9864317cb832cf74910e93
|
|
BLAKE2b-256 checksum How to use checksums |
9a402b1d7147b314c87c7b62ec3f2bf5086d272e73a5dd06c097e7cef9810351
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |