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.27-py3-none-any.whl (220.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyprobe_plots-0.1.27-py3-none-any.whl
  • Upload date:
  • Size: 220.1 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.27-py3-none-any.whl
Algorithm Hash digest
SHA256 ceff603e2341beb9c56905c3ba9d11abd600a2279d03a421dd2c3ecf4afbab13
MD5 fcdb65fc2a37450be83eb0a69dcbfc9a
BLAKE2b-256 dac3ad00114a9c02f646294c77453258d5a3c0d5c41bf428f54f75b4128c908c

See more details on using hashes here.

Provenance

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