Variable probing based debugger for Python DSP debugging
Project description
PyProbe Plots
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
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e4e6a67a53f78a1820ae1165447f8789856f2ceaa3f6377b2773596343249f0
|
|
| MD5 |
b1b67c7eb7530c37b0d99f20f3d62496
|
|
| BLAKE2b-256 |
059b17edb57d96957953b31583bbd9ca08e567ceb02eb02cca3182749c6230be
|
Provenance
The following attestation bundles were made for pyprobe_plots-0.1.8.tar.gz:
Publisher:
release.yml on inpalpra/pyprobe
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyprobe_plots-0.1.8.tar.gz -
Subject digest:
4e4e6a67a53f78a1820ae1165447f8789856f2ceaa3f6377b2773596343249f0 - Sigstore transparency entry: 976325129
- Sigstore integration time:
-
Permalink:
inpalpra/pyprobe@43d45858d2c105589505973a4b4cb43f29fd9f38 -
Branch / Tag:
refs/tags/v0.1.8 - Owner: https://github.com/inpalpra
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@43d45858d2c105589505973a4b4cb43f29fd9f38 -
Trigger Event:
push
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
060f623ba393f05d4612da07c171f90e6f22ba6ea0f93d6246e4c5120de3e62b
|
|
| MD5 |
8e6b603ea5c9e4e62c0ef4faa4b9f152
|
|
| BLAKE2b-256 |
c37470276742841e10ead5d18d6d532fd8aa3d1642fe6e7314e6001bcaa72435
|
Provenance
The following attestation bundles were made for pyprobe_plots-0.1.8-py3-none-any.whl:
Publisher:
release.yml on inpalpra/pyprobe
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyprobe_plots-0.1.8-py3-none-any.whl -
Subject digest:
060f623ba393f05d4612da07c171f90e6f22ba6ea0f93d6246e4c5120de3e62b - Sigstore transparency entry: 976325130
- Sigstore integration time:
-
Permalink:
inpalpra/pyprobe@43d45858d2c105589505973a4b4cb43f29fd9f38 -
Branch / Tag:
refs/tags/v0.1.8 - Owner: https://github.com/inpalpra
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@43d45858d2c105589505973a4b4cb43f29fd9f38 -
Trigger Event:
push
-
Statement type: