Go to file
2017-03-22 09:12:37 -07:00
better_exceptions Remove useless strip parameter 2017-03-22 09:12:37 -07:00
.editorconfig initial commit 2017-03-12 04:22:31 -07:00
.gitignore ignore manifest files 2017-03-12 04:39:16 -07:00
LICENSE.txt initial commit 2017-03-12 04:22:31 -07:00
README.md add max length in formatted values 2017-03-12 04:44:08 -07:00
screenshot.png initial commit 2017-03-12 04:22:31 -07:00
setup.cfg initial commit 2017-03-12 04:22:31 -07:00
setup.py 0.1.1 2017-03-12 04:54:25 -07:00
test.py initial commit 2017-03-12 04:22:31 -07:00

better-exceptions

Pretty and more helpful exceptions in Python 2.x, automatically.

Example screenshot of exceptions

Usage

Install better_exceptions via pip:

$ pip install better_exceptions

And import it somewhere:

import better_exceptions

That's it!

Advanced Usage

If you want to allow the entirety of values to be outputted instead of being truncated to a certain amount of characters:

better_exceptions.MAX_LENGTH = None

License

Copyright © 2017, Josh Junon. Licensed under the MIT license.