debug-mgr
Simple debug manager for use of C++ Python extensions
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 on this page — 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
debug-mgr on PyPI
pip
pip install debug-mgruv
uv add debug-mgrpoetry
poetry add debug-mgrInstalling 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 | not specified |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 1 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 111,559/month — #12,411 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: debug_mgr-0.0.2.31657099980-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl; debug_mgr-0.0.2.31657099980-cp310-cp310-manylinux_2_28_aarch64.whl; debug_mgr-0.0.2.31657099980-cp310-cp310-manylinux_2_34_aarch64.whl; debug_mgr-0.0.2.31657099980-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl; debug_mgr-0.0.2.31657099980-cp311-cp311-manylinux_2_28_aarch64.whl; debug_mgr-0.0.2.31657099980-cp311-cp311-manylinux_2_34_aarch64.whl; debug_mgr-0.0.2.31657099980-cp312-cp312-macosx_26_0_universal2.whl; debug_mgr-0.0.2.31657099980-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl; debug_mgr-0.0.2.31657099980-cp312-cp312-manylinux_2_28_aarch64.whl; debug_mgr-0.0.2.31657099980-cp312-cp312-manylinux_2_34_aarch64.whl; debug_mgr-0.0.2.31657099980-cp313-cp313-macosx_26_0_universal2.whl; debug_mgr-0.0.2.31657099980-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl; debug_mgr-0.0.2.31657099980-cp313-cp313-manylinux_2_28_aarch64.whl; debug_mgr-0.0.2.31657099980-cp313-cp313-manylinux_2_34_aarch64.whl; debug_mgr-0.0.2.31657099980-cp313-cp313-manylinux_2_34_x86_64.whl; debug_mgr-0.0.2.31657099980-cp314-cp314-macosx_26_0_universal2.whl; debug_mgr-0.0.2.31657099980-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl; debug_mgr-0.0.2.31657099980-cp314-cp314-manylinux_2_28_aarch64.whl; debug_mgr-0.0.2.31657099980-cp314-cp314-manylinux_2_34_aarch64.whl; debug_mgr-0.0.2.31657099980-cp314-cp314-manylinux_2_34_x86_64.whl
Keywords: Debug, C/C++, Python
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
intel-cmplr-lib-urProvides shared runtime libraries for Intel…
unclear · top 15,000 on PyPI
Flask-DebugToolbarFlask-DebugToolbar injects a debugging sidebar…
permissive · top 5,000 on PyPI
pyclibraryParses C header files and automates…
permissive · top 15,000 on PyPI
debugpydebugpy is a Debug Adapter Protocol…
permissive · top 1,000 on PyPI
mpi4pympi4py provides Python bindings for the Message…
permissive · top 5,000 on PyPI
gpiodPython bindings for libgpiod, the official…
copyleft · top 15,000 on PyPI
clangProvides Python bindings to libclang, allowing…
permissive · top 5,000 on PyPI
django-graphiql-debug-toolbarIntegrates Django Debug Toolbar into the…
permissive · top 15,000 on PyPI
swigProvides SWIG as a PyPI-installable package,…
copyleft · top 5,000 on PyPI
grpcio-adminExposes debugging and monitoring services for…
permissive · top 15,000 on PyPI