skillfed

debug-mgr

Simple debug manager for use of C++ Python extensions

debug-mgr v0.0.2.31657099980 111.6K downloads/30d#12,411 on PyPI0
Permissive license Apache 2.0 Active released

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-mgr

uv

uv add debug-mgr

poetry

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 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

C++ Python extension debuggingdebug manager for C++ bindingsshared debug utilities C++Python C++ extension toolsdebug manager library
c-extensiondebug-utilities

More Software Development packages