unicodedataplus
Unicodedata with extensions for additional properties.
What it is and what it does
unicodedataplus is a drop-in replacement for Python's standard unicodedata module that adds support for additional Unicode properties not available in the standard library. It provides functions to query character properties like script, block, emoji attributes, grapheme cluster breaks, word breaks, sentence breaks, line breaks, indic categories, and CJK stroke counts. The package versions track Unicode versions directly—unicodedataplus==16.0.0.post1 contains data from Unicode 16.0.0.
The package is useful when you need to analyze or classify Unicode characters beyond what the standard library offers. It has no runtime dependencies and is distributed as pre-compiled wheels for multiple platforms and Python versions, making installation straightforward on supported systems. The aging maintenance status (531 days since last release) suggests it is stable but not actively developed.
Use it for:
- Detect emoji characters and their presentation variants in text for filtering or highlighting
- Determine script and block membership of characters for language detection or text segmentation
- Analyze grapheme cluster, word, sentence, and line break properties for text layout and wrapping
- Look up CJK stroke counts (simplified or traditional) for character indexing or sorting
- Query Indic script properties for proper handling of complex scripts in text processing
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Extends Python's built-in unicodedata module with additional Unicode properties like script, block, emoji attributes, and break properties for characters.
Yes, if you need Unicode properties beyond the standard library. The package is stable, permissively licensed, and has no external dependencies. Install friction is moderate due to platform-specific wheels, but pre-built binaries are available for common platforms. The aging maintenance status is not a blocker for a data-driven package, but verify that Unicode 16.0.0 data meets your needs.
Install
unicodedataplus on PyPI
pip
pip install unicodedataplusuv
uv add unicodedatapluspoetry
poetry add unicodedataplusInstalling unicodedataplus
Before you install
Medium install friction due to platform-specific wheels for multiple Python versions (3.10–3.12). Last commit was recent (2026-02-04), but the package is aging with 531 days since the latest release; maintenance appears minimal.
License in practice
Licensed under Apache License 2.0 (permissive), allowing commercial and private use with minimal restrictions.
Quickstart
pip install unicodedataplus
import unicodedataplus as udp
print(udp.script('α')) # 'Greek'
print(udp.is_emoji('😀')) # True
print(udp.grapheme_cluster_break('a')) # 'Other'
Verify before relying
- Whether Python 3.13 support mentioned in changelog is reflected in current wheel availability
- Performance characteristics compared to the standard unicodedata module for large-scale lookups
Package facts
| License | Apache License 2.0 (permissive) |
| Python support | not specified |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | aging — 531 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 91,072/month — #13,543 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: unicodedataplus-16.0.0.post1-cp310-cp310-macosx_11_0_arm64.whl; unicodedataplus-16.0.0.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; unicodedataplus-16.0.0.post1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl; unicodedataplus-16.0.0.post1-cp310-cp310-musllinux_1_2_i686.whl; unicodedataplus-16.0.0.post1-cp310-cp310-musllinux_1_2_x86_64.whl; unicodedataplus-16.0.0.post1-cp310-cp310-win32.whl; unicodedataplus-16.0.0.post1-cp310-cp310-win_amd64.whl; unicodedataplus-16.0.0.post1-cp311-cp311-macosx_11_0_arm64.whl; unicodedataplus-16.0.0.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; unicodedataplus-16.0.0.post1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl; unicodedataplus-16.0.0.post1-cp311-cp311-musllinux_1_2_i686.whl; unicodedataplus-16.0.0.post1-cp311-cp311-musllinux_1_2_x86_64.whl; unicodedataplus-16.0.0.post1-cp311-cp311-win32.whl; unicodedataplus-16.0.0.post1-cp311-cp311-win_amd64.whl; unicodedataplus-16.0.0.post1-cp312-cp312-macosx_11_0_arm64.whl; unicodedataplus-16.0.0.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; unicodedataplus-16.0.0.post1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl; unicodedataplus-16.0.0.post1-cp312-cp312-musllinux_1_2_i686.whl; unicodedataplus-16.0.0.post1-cp312-cp312-musllinux_1_2_x86_64.whl; unicodedataplus-16.0.0.post1-cp312-cp312-win32.whl
Tags
More Linguistic packages
Detects and normalizes text encoding from…
permissive · top 100 on PyPI
tiktokentiktoken is a fast BPE tokenizer that converts…
permissive · top 1,000 on PyPI
chardetDetects character encoding and language in byte…
permissive · top 1,000 on PyPI
text-unidecodeConverts Unicode text to ASCII by…
copyleft · top 1,000 on PyPI
larkLark is a parsing library that builds abstract…
permissive · top 1,000 on PyPI
tree-sitterPython bindings to the tree-sitter parsing…
permissive · top 1,000 on PyPI
tangled-up-in-unicodeProvides detailed Unicode character properties…
permissive · top 15,000 on PyPI
unicodedata2Provides updated Unicode character data tables…
permissive · top 15,000 on PyPI
unisegDetermines Unicode text segmentation…
permissive · top 15,000 on PyPI
graphemeuProvides string manipulation functions that…
permissive · top 5,000 on PyPI
unicode-segmentation-rsProvides Unicode text segmentation (graphemes,…
unclear · top 15,000 on PyPI
graphemeProvides string manipulation functions that…
permissive · top 5,000 on PyPI
emojiConverts between emoji characters and their…
permissive · top 1,000 on PyPI
segmentsSegments provides Unicode-aware tokenization…
permissive · top 5,000 on PyPI
wcwidthMeasures the displayed width of Unicode strings…
permissive · top 1,000 on PyPI
anyasciiConverts Unicode text to ASCII-only equivalents…
permissive · top 5,000 on PyPI