2017-03-12 04:22:31 -07:00
2017-03-12 04:39:16 -07:00
2017-03-24 01:56:12 -07:00
2017-03-12 04:22:31 -07:00
2017-03-24 01:56:12 -07:00
2017-03-12 04:22:31 -07:00
2017-03-12 04:22:31 -07:00
2017-05-12 00:12:44 -07:00

better-exceptions Travis

Pretty and more helpful exceptions in Python, 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

See Also

License

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

Description
No description provided
Readme 257 KiB
Languages
Python 88.3%
Shell 11.7%