--- id: hangul-romanize version: "0.1.0" license: unclear license_treatment: unclear maintenance: abandoned --- # hangul-romanize — Rominize Hangul strings. License: unclear · Maintenance: abandoned · Downloads: 145.1K/mo ## What it is and what it does hangul-romanize is a Python library that converts Korean Hangul text into romanized (Latin alphabet) form. It provides a Transliter class that accepts a romanization rule—such as the academic rule—and applies it to transform Hangul strings into their romanized equivalents. The package has no external runtime dependencies, making it lightweight and easy to integrate. The library is designed for developers who need to convert Korean text to Latin characters programmatically. However, the package has not been maintained since April 2020, and its classifiers indicate support only through Python 3.5, raising questions about compatibility with modern Python versions and whether the romanization rules remain aligned with current standards. Use it for: - Convert Korean names and addresses to romanized form for international databases or documents. - Prepare Korean text for search systems that need Latin-character indexing. - Generate phonetic representations of Korean words for language learning or reference tools. - Transliterate Korean user input in applications targeting multilingual audiences. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Converts Korean Hangul text to romanized (Latin character) representations using configurable linguistic rules. No—the package is abandoned (last commit April 2020, no maintenance in over four years), its license is undeclared, and its Python support claims are outdated. While installation is frictionless and no vulnerabilities are known, the lack of maintenance and unclear licensing create real risks for production use. Consider a maintained alternative. ## Install pip install hangul-romanize uv add hangul-romanize poetry add hangul-romanize ## Installing hangul-romanize Before you install: No runtime dependencies and a pure Python wheel make installation frictionless, but the package has been abandoned since 2020 with no commits or maintenance activity in over four years. License in practice: License status is unclear—no SPDX identifier or raw license text is declared—so you cannot verify what terms apply before using this code. Quickstart: pip install hangul-romanize from hangul_romanize import Transliter from hangul_romanize.rule import academic transliter = Transliter(academic) print(transliter.translit('안녕하세요')) Verify before relying: - Whether the academic rule implementation matches current academic romanization standards for Korean. - Whether the package works reliably on modern Python versions (classifiers list only up to 3.5). - What license actually governs this code, given the unclear declaration. ## Package facts - License: not declared (unclear) - Python support: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 145.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags hangul to latin romanization, korean text transliteration, hangul romanize converter, korean romanization tool, hangul to romaja, korean character conversion, korean-language, transliteration [View on SkillFed](https://skillfed.io/packages/hangul-romanize) · [View on PyPI](https://pypi.org/project/hangul-romanize/)