A pure Python library for demangling Itanium C++ ABI symbol names (used by GCC, Clang, and others). Version 1.1 is current; it is stable and rarely updated.
pip install itanium-demanglerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demangle a single Itanium C++ symbol.
Check that the symbol follows the Itanium ABI pattern (starts with _Z). Use different demanglers for other platforms.
Always check the result: if result is None, handle the error gracefully.
No immediate action needed; but for active development consider if alternatives (e.g., libcxx Demangle) are needed.
No dependency data recorded yet.