Overview¶
peepshow
package provides following utilities for debugging Python applications:
show
- lightweight function that prints name and value of your variable(s) to the console.peep
- featured, interactive interface for data inspection.
Following sections explain how to use these utilities.
Installation instructions can be found in README file.