Haiku error messages for Python
Project description
- To have no errors Would be life without meaning No struggle, no joy
- ~ (Brian M. Porter)
haiku-errors
Just import haiku_errors to print a haiku whenever exception is not handled:
$ python -c "import haiku_errors; raise SystemError" Traceback (most recent call last): File "<string>", line 1, in <module> SystemError Something has gone wrong. Format your disk, because this Error won't help you. ~ (Cheryl Walker)
One liner example without explicit raise:
$ python3 -c "import haiku_errors; f = lambda: f(); f()" Traceback (most recent call last): File "<string>", line 1, in <module> LookupError The ten thousand things, How long do any persist? Netscape, too, has gone. ~ (Jason Willoughby)
To install run:
$ pip install haiku-errors
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
haiku-errors-0.3.0.tar.gz
(3.8 kB
view hashes)
Built Distribution
Close
Hashes for haiku_errors-0.3.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bdcc4a9d9ea85e8c5b1f53638c2f717ba419da720d9abd18db6463aa92b2c42 |
|
MD5 | 3636a6d7ef3acfd65de98f055ab1169c |
|
BLAKE2-256 | dd876d67cd7dc4bebdf37cd16f9339481faa8c7f6f4295058f06a0433afc74fa |