better-exceptions/README.md

25 lines
406 B
Markdown
Raw Normal View History

2017-03-12 14:22:31 +03:00
# 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).