{"library":"cxxfilt","type":"library","category":null,"description":"Cxxfilt provides a Python interface to demangle C++ symbol names, typically found in compiled binaries or stack traces. It wraps the functionality of system utilities like `c++filt` or `abi::__cxa_demangle`. The current version is 0.3.0, and it is actively maintained on GitHub.","language":"python","status":"active","version":"0.3.0","tags":["c++","demangle","abi","debugging","symbols"],"last_verified":"Fri May 22","install":[{"cmd":"pip install cxxfilt","imports":["import cxxfilt\nsymbol_name = '_ZNSt22condition_variable_anyD2Ev'\ndemangled_name = cxxfilt.demangle(symbol_name)"]}],"homepage":null,"github":"https://github.com/afq984/python-cxxfilt","docs":null,"changelog":null,"pypi":"https://pypi.org/project/cxxfilt/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.6,"avg_import_s":0.05,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/cxxfilt/compatibility"}}