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 Distribution

pyprobe_plots-0.1.8.tar.gz (146.6 kB view details)

Uploaded Source

Built Distribution

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

pyprobe_plots-0.1.8-py3-none-any.whl (171.6 kB view details)

Uploaded Python 3

File details

Details for the file pyprobe_plots-0.1.8.tar.gz.

File metadata

  • Download URL: pyprobe_plots-0.1.8.tar.gz
  • Upload date:
  • Size: 146.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyprobe_plots-0.1.8.tar.gz
Algorithm Hash digest
SHA256 4e4e6a67a53f78a1820ae1165447f8789856f2ceaa3f6377b2773596343249f0
MD5 b1b67c7eb7530c37b0d99f20f3d62496
BLAKE2b-256 059b17edb57d96957953b31583bbd9ca08e567ceb02eb02cca3182749c6230be

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyprobe_plots-0.1.8.tar.gz:

Publisher: release.yml on inpalpra/pyprobe

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

File details

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

File metadata

  • Download URL: pyprobe_plots-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 171.6 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.8-py3-none-any.whl
Algorithm Hash digest
SHA256 060f623ba393f05d4612da07c171f90e6f22ba6ea0f93d6246e4c5120de3e62b
MD5 8e6b603ea5c9e4e62c0ef4faa4b9f152
BLAKE2b-256 c37470276742841e10ead5d18d6d532fd8aa3d1642fe6e7314e6001bcaa72435

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyprobe_plots-0.1.8-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