Skip to main content

PyExceptionInfo: Easily lookup the exception on web

Project description

# Exceptions happen

Exceptions do happen and we all have seen it more than once while we are developing our code. Mostly we would want to know more about the exception or error that we generated and the logical step that follows up is to inspect our code and still if we are stuck, we might lookup on the internet.

PyExceptionInfo helps you on the last part. Use it in your exception handling, and it will automatically lookup the exception on Google for you.

## Installation

Use pip for Installation

pip install PyExceptionInfo

## Example

Look up the test.py source code for usage

import PyExceptionInfo

try:

# Some exception here

except Exception as e:

PyExceptionInfo.getInfo(e)

Thanks!

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

PyExceptionInfo-0.2.zip (4.5 kB view hashes)

Uploaded Source

Built Distribution

PyExceptionInfo-0.2-py2-none-any.whl (2.9 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page