{"library":"pyicumessageformat","title":"pyicumessageformat","description":"An unopinionated parser for ICU MessageFormat strings, currently at version 1.0.0. It parses ICU MessageFormat (used for internationalization) into an AST, allowing manipulation, analysis or transformation. The library is stable but maintenance-only with no active development.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pyicumessageformat"],"cli":null},"imports":["from pyicumessageformat import parse"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pyicumessageformat import parse\n\nmessage = \"Hello, {name}! You have {count, plural, one {# message} other {# messages}}.\"\ntree = parse(message)\nprint(tree)\n# Output: MessageFormatNode(...)","lang":"python","description":"Parse an ICU MessageFormat string into an AST.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}