Skip to main content

Variable probing based debugger for Python DSP debugging

Project description

PyProbe Plots

PyPI version License: MIT

PyProbe Plots is a powerful, visual, variable-probing debugger designed specifically for Python Digital Signal Processing (DSP) development.

Traditional debuggers are great for stepping through logic, but DSP algorithms often deal with massive arrays of complex numbers, temporal state across loop iterations, and abstract transformations that are impossible to parse mentally from numerical text outputs.

PyProbe bridges this gap by providing a rich, real-time GUI that instantly visualizes waveforms, constellations, scalar histories, and more, exactly where the variables live in your source code.

Features

  • Instant Visualization: Probe any variable and watch it render instantly as a rich plot.
  • DSP-Focused: Built-in support for waveforms (real/imag/mag/phase), constellation diagrams, and scalar histories.
  • Time-Aware Debugging: Step through your code and watch the plots evolve in sequence.
  • Zero-Friction UI: Dockable workspace, highly customizable themes (Cyberpunk, Monokai, Ocean), and high-performance rendering via PyQtGraph.
  • Seamless Integration: Non-intrusive APIs mean you don't have to rewrite your math to debug it.

Installation

pip install pyprobe-plots

Quick Start

from pyprobe import probe
import numpy as np

# Generate a simple noisy sine wave
t = np.linspace(0, 1, 500)
signal = np.sin(2 * np.pi * 10 * t)
noise = np.random.normal(0, 0.2, len(t))

noisy_signal = signal + noise

# Probe it directly to see the plot pop up!
probe(noisy_signal, title="Noisy Sine Wave")

(Note: Documentation and full API are currently actively expanding!)

Screenshots

PyProbe Interface showing multiple docked DSP plots

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyprobe_plots-0.1.24-py3-none-any.whl (201.7 kB view details)

Uploaded Python 3

File details

Details for the file pyprobe_plots-0.1.24-py3-none-any.whl.

File metadata

  • Download URL: pyprobe_plots-0.1.24-py3-none-any.whl
  • Upload date:
  • Size: 201.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyprobe_plots-0.1.24-py3-none-any.whl
Algorithm Hash digest
SHA256 3741158acb7d776ef982ca35fb549fb2d854bbc022b828e024204705d696cb7c
MD5 3807196af9357a58a6923fffd6b03f6a
BLAKE2b-256 ffb5827464f0016aad8ddaebe4814f20631c770b94c39d8b0c3e6992c3c18c61

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyprobe_plots-0.1.24-py3-none-any.whl:

Publisher: release.yml on inpalpra/pyprobe

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page