25 lines
406 B
Markdown
25 lines
406 B
Markdown
|
# better-exceptions
|
||
|
|
||
|
Pretty and more helpful exceptions in Python 2.x, automatically.
|
||
|
|
||
|
![Example screenshot of exceptions](screenshot.png)
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
Install `better_exceptions` via pip:
|
||
|
|
||
|
```console
|
||
|
$ pip install better_exceptions
|
||
|
```
|
||
|
|
||
|
And import it somewhere:
|
||
|
|
||
|
```python
|
||
|
import better_exceptions
|
||
|
```
|
||
|
|
||
|
That's it!
|
||
|
|
||
|
# License
|
||
|
Copyright © 2017, Josh Junon. Licensed under the [MIT license](LICENSE.txt).
|