{"id":18340935,"url":"https://github.com/rolepoint/pyseeyou","last_synced_at":"2025-07-29T17:13:17.895Z","repository":{"id":4986445,"uuid":"49157486","full_name":"rolepoint/pyseeyou","owner":"rolepoint","description":"A Python ICU MessageFormat parsing tool","archived":false,"fork":false,"pushed_at":"2022-10-28T19:25:32.000Z","size":56,"stargazers_count":17,"open_issues_count":5,"forks_count":14,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-21T18:51:46.810Z","etag":null,"topics":["i18n","messageformat","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rolepoint.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-06T19:45:07.000Z","updated_at":"2024-08-21T10:02:32.000Z","dependencies_parsed_at":"2022-08-07T00:00:06.608Z","dependency_job_id":null,"html_url":"https://github.com/rolepoint/pyseeyou","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolepoint%2Fpyseeyou","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolepoint%2Fpyseeyou/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolepoint%2Fpyseeyou/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolepoint%2Fpyseeyou/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rolepoint","download_url":"https://codeload.github.com/rolepoint/pyseeyou/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247445648,"owners_count":20939951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["i18n","messageformat","python"],"created_at":"2024-11-05T20:24:42.925Z","updated_at":"2025-04-06T06:31:36.547Z","avatar_url":"https://github.com/rolepoint.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"--------\npyseeyou\n--------\n\nA Python ICU MessageFormat parsing tool,\nusing `parsimonious \u003chttps://github.com/erikrose/parsimonious\u003e`_ to parse a\nPEG, which has been taken from\n`messageformat.js \u003chttps://github.com/SlexAxton/messageformat.js\u003e`_.\n\nCompatible with Python 2.7, 3.5, 3.6 and 3.7\n\nUsage\n=====\n\n.. code-block:: python\n\n    from pyseeyou import format\n\n    result = format('''{GENDER, select,\n                           male {He}\n                         female {She}\n                          other {They}\n                       } found {NUM_RESULTS, plural,\n                           one {1 result}\n                         other {# results}\n                       } in {NUM_CATEGORIES, plural,\n                             one {1 category}\n                           other {# categories}\n                       }.''',\n            {'GENDER': 'male', 'NUM_RESULTS': 1, 'NUM_CATEGORIES': '2'}, 'en')\n\n    =\u003e u'He found 1 result in 2 categories.'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolepoint%2Fpyseeyou","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frolepoint%2Fpyseeyou","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolepoint%2Fpyseeyou/lists"}