pip install pystarling
The documentation for the Starling SDK can be found here.
from starling.starling import Starling
customer = Starling({
"access_token": "some_access_token",
"api_url": "https://api-sandbox.starlingbank.com"
})
print(customer.get_card())