Skip to main content

A happy light weight library to search python errors on stackoverflow automatically.

Project description

PySpecty

A happy light weight library to search python errors on stackoverflow automatically.

Installation

Installation is simplest with pip:

pip install pyspecty

Installation notes

pyspecty depends on singleton-decorator only.

pyspecty automatically search python errors on stackoverflow. See Usage below.

Usage

Check out A simple usage example for a short intro. A sample usage is:

from pyspecty import PySpecty
PySpecty() # that's it!

From example:

from pyspecty import PySpecty

PySpecty() # That's it!! Do it somewhere in your file

# The actual code!!

print(2/0)

# Code end here

output is:

division_by_zero_error

TODO

  1. Tests need to be written.
  2. A dumb page also open that need to be fixed.

Contributing

Feel free to submit pull requests to me.

Authors

Licensing

The pycloudy library is MIT Licenced. Feel free to use commercially of personally.

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyspecty-1.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

pyspecty-1.0-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

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