DidYouMean-Python
DidYouMean-Python copied to clipboard
Module to have suggestions in case of errors (NameError, AttributeError, etc).
Hi @SylvainDe, I know you have another PR that fixes this module's imports to make it work with `pip install` (https://github.com/SylvainDe/DidYouMean-Python/issues/52), but it's a bit outdated so I thought I'd...
Hi, I'm slowly implementing some of your ideas for my own project (friendly-traceback). I noticed that you had a comment about labelled `TODO_ENCLOSING` which I understood to mean nonlocal scopes....
Hi, very cool package! I'm trying to integrate it with [pyinspect](https://github.com/FedeClaudi/pyinspect) to complement `pyinspect`'s fancy tracebacks with your helpful messages, but I can't get `didyoumean` to work. I've tried both...
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,...
Hi, I was interested in using this project, but ran into some issues with pip installing the package. I ended up renovating the project to fit my needs, and thought...
https://vladcalin.github.io/what-every-python-project-should-have.html#what-every-python-project-should-have
Maybe things from https://twitter.com/DrapsTV/status/660657599210266624 can be reused (maybe not).
This is a cool project @SylvainDe . This pull request uses relative imports to make `didyoumean` importable. I wasn't able to pass all the tests because I think there are...
http://stackoverflow.com/questions/9005941/python-exception-decorator-how-to-preserve-stacktrace http://stackoverflow.com/questions/696047/re-raise-exception-with-a-different-type-and-message-preserving-existing-inform
References: https://docs.python.org/2/distutils/introduction.html http://peterdowns.com/posts/first-time-with-pypi.html http://docs.travis-ci.com/user/deployment/pypi/