A Python wrapper for demumble, a tool that demangles C++, Rust, and Swift symbol names. Version 0.0.1 supports Python >=3.10. Provides a simple API resembling the demumble CLI. Single release, early-stage library.
pip install pydemumbleVerified import paths — ran on the pinned version, not inferred.
Basic usage: pass a mangled symbol string to the demumble() function.
Use 'import pydemumble as demumble' or 'from pydemumble import demumble'.
Check the result; consider an empty string as failure. See source for custom behavior.
Use 'import pydemumble as demumble' or 'from pydemumble import demumble'.
Call pydemumble.demumble() instead of pydemumble.demangle().
No dependency data recorded yet.