{"library":"pycountry","install":[{"cmd":"pip install pycountry","imports":["import pycountry\ncountry = pycountry.countries.get(alpha_2='US')","import pycountry\nsubdivision = pycountry.subdivisions.get(code='US-CA')","import pycountry\nlanguage = pycountry.languages.get(alpha_3='eng')","import pycountry\ncurrency = pycountry.currencies.get(alpha_3='USD')","import pycountry\nscript = pycountry.scripts.get(alpha_4='Latn')","import pycountry\nhistoric_country = pycountry.historic_countries.get(alpha_3='SUN')","import pycountry\ncountry = pycountry.countries.lookup('United States')"]}]}