--- id: debug-mgr version: "0.0.2.31657099980" license: Apache 2.0 license_treatment: permissive maintenance: active --- # debug-mgr — Simple debug manager for use of C++ Python extensions License: permissive · Maintenance: active · Downloads: 111.6K/mo ## What it is and what it does debug-mgr is a debug manager library designed to support C++ Python extensions. It provides a shared debugging interface that can be used across multiple C++ projects, allowing them to coordinate debug output and state through Python bindings. The package is distributed as compiled wheels for multiple Python versions and architectures, indicating it contains native code. The package has no runtime Python dependencies and is maintained actively. It is positioned as a utility for developers building C++ extensions that need consistent debug management across projects, rather than as a general-purpose debugging tool for pure Python code. Use it for: - Coordinate debug output across multiple C++ extension modules in a single Python application - Provide unified debug state management for C++ projects that expose Python interfaces - Share debug configuration and logging between interdependent C++ extension libraries ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides a debug manager interface for C++ Python extensions, allowing shared debugging utilities across multiple C++ projects via Python bindings. Yes, if you are developing C++ Python extensions that need shared debug management. The package is actively maintained, has no security vulnerabilities, and carries a permissive license. However, it is only useful within the specific context of C++ extension development; it is not a general-purpose debugging tool for Python code. ## Install pip install debug-mgr uv add debug-mgr poetry add debug-mgr ## Installing debug-mgr Before you install: Medium install friction due to compiled wheel distribution across multiple Python versions and architectures. Active maintenance with recent release and ongoing repository activity. License in practice: Apache 2.0 is a permissive license; you may use, modify, and distribute this package freely provided you include the license notice and state significant changes. Quickstart: pip install debug-mgr import debug_mgr # Use debug manager in C++ extension context Intended for use within C++ Python extension projects; requires understanding of C++ extension development. Verify before relying: - Specific debug manager API surface and what debugging capabilities it exposes to Python code - Whether this package is meant to be used standalone or only as a dependency within C++ extension projects - Documentation or examples showing typical usage patterns - Minimum Python version requirements despite requires_python being unspecified ## Package facts - License: Apache 2.0 (permissive) - Python support: unspecified - Install friction: medium - Maintenance: active - Downloads: 111.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags C++ Python extension debugging, debug manager for C++ bindings, shared debug utilities C++, Python C++ extension tools, debug manager library, c-extension, debug-utilities [View on SkillFed](https://skillfed.io/packages/debug-mgr) · [View on PyPI](https://pypi.org/project/debug-mgr/)