Appends google/stackoverflow search links to unhandled exceptions
Project description
This package adds links to google and stackoverflow search results to the end of uncaught exceptions in Python. It should work with either Python 2 or 3.
To install:
pip install excoverflow
To use, simply import the package in any project file for which you want internet results pages printed after the exception.
import excoverflow
Unhandled exception output will be appended with links to google and stackoverflow search results for python, the exception type, and the exception message; e.g.
Traceback (most recent call last):
File "test.py", line 5, in <module>
val = 5 / 0
ZeroDivisionError: division by zero
https://www.google.com/search?q=python+ZeroDivisionError+division+by+zero
https://stackoverflow.com/search?q=%5Bpython%5D+%22ZeroDivisionError+division+by+zero%22
Inspired by this reddit post https://www.reddit.com/r/ProgrammerHumor/comments/7z6x65/the_button_we_all_needed/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file excoverflow-0.1.0.tar.gz.
File metadata
- Download URL: excoverflow-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7312e6d9d9e6adb6398d26f41d2d9926aba82783adf4f9d564982288338c1ae2
|
|
| MD5 |
c53e838bdf82e0030bb1368797c6954a
|
|
| BLAKE2b-256 |
63d2dbc6af95b87678337b2a526d675e17988d94518d64412a426cac7a74eb24
|
File details
Details for the file excoverflow-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: excoverflow-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94fc8d0591569d12ae22570a3ff918a7598a225787ac2bfc41a0f7d2debdaa0f
|
|
| MD5 |
85c5c55e8f254fe8ea13bc32b677c7ea
|
|
| BLAKE2b-256 |
9514c04be9ad0cbc9bbd9768d501307e64eb4e2684507b596b1763f3cc83ad1d
|