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