{"library":"polib","install":[{"cmd":"pip install polib","imports":["import polib","po = polib.pofile('path/to/catalog.po')","mo = polib.mofile('path/to/catalog.mo')","new_po = polib.POFile()","entry = polib.POEntry(msgid='Hello', msgstr='Hola')"]}]}