>>> import requests
>>> r = requests.get('https://api.github.com/repos/psf/requests')
>>> r.json()["description"]
- 'an elegant and simple HTTP library for Python'
+ 'An elegant & simple HTTP library.Handcrafted, with ♥, for the Python community.'