Inspectk
Release Date: 2025-03-21
Author: Lion Kimbro
Install: pip install inspectk
🧠 What is Inspectk?
Inspectk opens a live Tkinter window to explore Python variables on the current call stack.
Just drop this into your code at any point:
import inspectk
breakpoint()
inspectk.go()
You’ll get an interactive window showing local and global variables, help for the variables, and the interiors of the objects — super handy for debugging.
📸 Screenshot
📦 Installation
pip install inspectk
💡 Use Case
Useful when you want to:
- Pause and peek inside objects at a breakpoint
- Read help on your objects
- Access a tkinter based GUI for debugging, outside of IDLE
Made with 🐍 + ❤️ by 🦁
Release files for inspectk 0.9.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| inspectk-0.9.0.tar.gz | 16.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| inspectk-0.9.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 32.8 kB
Release files / inspectk-0.9.0.tar.gz
| Download URL | inspectk-0.9.0.tar.gz |
|---|---|
| Size | 16.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1fb771a8a2e47b9017b092ec6bfb3c06a79f3a97dedd72ae99e32b93d06aedcb
|
|
BLAKE2b-256 checksum How to use checksums |
16c7cb57d28036ce38e933e3684795c70b2392e58d0feb3812542843732f3a16
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.4
|
Release files / inspectk-0.9.0-py3-none-any.whl
| Download URL | inspectk-0.9.0-py3-none-any.whl |
|---|---|
| Size | 16.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ae0a2b4d481a54a54a614358babfeaab2c2af37c3b5ed70833ee167c5100541f
|
|
BLAKE2b-256 checksum How to use checksums |
c9e9c49d208f423bf8f98e9e63f544bf235b593d87309a5d1b68aa8ad0472859
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.4
|