{"library":"grapheme","type":"library","category":null,"description":"The `grapheme` library (current version 0.10.0) provides helpers for Unicode grapheme-aware string handling in Python. It enables accurate counting, slicing, and manipulation of strings based on user-perceived characters (graphemes) rather than Unicode code points. The library is actively maintained, supporting recent Unicode standards, and typically releases new versions a few times a year.","language":"python","status":"active","version":"0.10.0","tags":["unicode","grapheme","text processing","string manipulation"],"last_verified":"Fri May 22","install":[{"cmd":"pip install grapheme","imports":["import grapheme\ngrapheme.length('string')","import grapheme\ngrapheme.slice('string', start=0, end=5)","import grapheme\nlist(grapheme.graphemes('string'))"]}],"homepage":null,"github":"https://github.com/alvinlindstam/grapheme","docs":null,"changelog":null,"pypi":"https://pypi.org/project/grapheme/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2.4,"avg_import_s":0.02,"wheel_type":"sdist"},"url":"https://checklist.day/v1/registry/grapheme/compatibility"}}