A python SDK for the Luno bitcoin exchange API
Luno is a South African-based Bitcoin and Etherium exchange.
from luno_api import LunoApi
api = LunoApi()
api.get_ticker()
Example script which prints the live exchange rate to the console every 10 seconds.