Homepage: https://github.com/it-is-wednesday/pyinspect.el
Author: Maor Kadosh
Updated:
Python object inspector
Inspect objects in existing Python REPL. Once you have statrted a Python process with `run-python' and defined a variable, you can inspect it by putting your cursor on it and running `pyinspect-inspect-at-point'. You'll get into an inspection buffer dedicated to this variable. You can navigate in and out of each field via `i' and `u', and move between same-level fields via `n' and `p'. Once you're done, hit `q' to close all pyinspect buffers.