A Python library for transliterating text between various Indic scripts (Devanagari, Tamil, Telugu, etc.) and between Indic scripts and Latin (ISO, Harvard-Kyoto, ITRANS, Velthuis, SLP1, etc.). The current version is 2.3.82, with frequent releases.
pip install indic-transliterationNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Transliterate Devanagari text to IAST (International Alphabet of Sanskrit Transliteration).
Use `from indic_transliteration import sanscript`.
Access constants via `sanscript.DEVANAGARI`, etc.
Always double-check order: `transliterate(data, FROM, TO)`.
No dependency data recorded yet.