--- id: pyicu-binary version: "2.7.4" license: MIT license_treatment: permissive maintenance: abandoned --- # PyICU-binary — Python extension wrapping the ICU C++ API License: permissive · Maintenance: abandoned · Downloads: 434.9K/mo ## What it is and what it does PyICU-binary is a Python wrapper around the ICU (International Components for Unicode) C++ libraries, which implement Unicode standards, text processing, and internationalization features. It allows Python developers to access ICU capabilities for locale-aware operations, text collation, normalization, and character encoding without building from source. The package provides precompiled wheels for common platforms, reducing installation complexity compared to building from source. The package has no runtime dependencies beyond the underlying ICU C++ libraries, which must be present on the system. It supports both CPython and PyPy and is classified as production-stable, though it has not been actively maintained since 2021-09-14. Users on macOS need to ensure ICU is discoverable via pkg-config, and Linux users require the manylinux_2_24 environment or compatible system libraries. Use it for: - Build multilingual applications that need locale-aware text sorting and collation without writing C++ code - Process Unicode text with proper normalization and character property detection across different languages - Access CLDR data for date, time, number, and currency formatting in multiple locales - Perform case conversion and text transformation operations that respect Unicode rules and language conventions ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. PyICU-binary provides pre-built Python bindings to the ICU C++ libraries for Unicode text processing, internationalization, and localization without requiring compilation. Yes-with-conditions. PyICU-binary is worth installing if you need ICU functionality and want to avoid compilation overhead, and if you are using Python 3.6–3.9 on macOS or Linux with manylinux_2_24 support. However, the package is abandoned (no releases since 2021-09-14), so verify that prebuilt wheels exist for your Python version and platform before committing. Do not use for new projects requiring ongoing maintenance. ## Install pip install pyicu-binary uv add pyicu-binary poetry add pyicu-binary ## Installing PyICU-binary Before you install: Medium install friction due to platform-specific wheels; prebuilt binaries available for macOS and Linux (manylinux_2_24) but no releases since 2021-09-14. Package is marked abandoned with no activity in 1795 days, raising concerns about compatibility with current Python versions and system libraries. License in practice: MIT license is permissive and imposes no restrictions on use, modification, or distribution in proprietary or open-source projects. Quickstart: pip install PyICU-binary import icu locale = icu.Locale('en_US') collator = icu.Collator.createInstance(locale) ICU C++ libraries must be installed on the system; on macOS, use Homebrew and configure pkg-config; on Linux, install libicu-dev or equivalent; prebuilt wheels only available for Python 3.6–3.9. Verify before relying: - Whether prebuilt wheels support Python versions beyond 3.9 (wheels shown only up to cp39) - Compatibility with modern ICU library versions and current operating system releases - Whether abandoned status affects security or stability for production use - Runtime behavior and API stability given lack of maintenance since 2021 ## Package facts - License: MIT (permissive) - Python support: unspecified - Install friction: medium - Maintenance: abandoned - Downloads: 434.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags unicode text processing python, internationalization i18n library, ICU bindings prebuilt, locale and collation, text normalization unicode, CLDR data access, character encoding conversion, unicode-processing, i18n-localization, abandoned [View on SkillFed](https://skillfed.io/packages/pyicu-binary) · [View on PyPI](https://pypi.org/project/pyicu-binary/)