{"library":"polib","type":"library","category":null,"description":"polib is a pure Python library designed to manipulate gettext files, specifically .po (Portable Object) and .mo (Machine Object) files. It enables loading, creating, modifying, and saving these translation files. The library is stable, widely used, and supports Python versions from 2.7 to the latest 3.x. Its release cadence is irregular but indicates active maintenance, with version 1.2.0 released in February 2023.","language":"python","status":"active","version":"1.2.0","tags":["gettext","i18n","l10n","po","mo","translation","internationalization","localization"],"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')"]}],"homepage":null,"github":"https://github.com/izimobil/polib","docs":null,"changelog":null,"pypi":"https://pypi.org/project/polib/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0.01,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/polib/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}