-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hi! I just came across this project, it looks very impressive! I thought I'd point out a couple of libraries I've written which could help make it even more powerful, if you're willing to add dependencies:
For example this could allow you to get the AST node where an AttributeError occurred and the exact value that the user was trying to get an attribute of.
I'm currently developing futurecoder, a platform for free, interactive, high quality Python education for beginners. It includes convenient debugging with birdseye (which I noticed you starred) and snoop, an improved version of PySnooper (also starred). One feature I'd like to improve is tracebacks: alexmojaki/futurecoder#75
In particular integrating DidYouMean into futurecoder would be great, but beyond that there's a huge space of very cool possibilities, and I thought this would be right up your alley. Are you interested?