Skip to main content

Tired of making up your own excuses?

Project description

ProgrammingExcuses

Tired of making up your own excuses? Get them from http://programmingexcuses.com with python!

Installing

pip install programmingexcuses

Testing

$ programmingexcuse
Management insisted we wouldn't need to waste our time writing unit tests

Usage

It’s quite simple:

from programmingexcuses import get_excuse
print(get_excuse())

And, for convenience:

from programmingexcuses import RandomExcuseError
try:
    ...
except:
    raise RandomExcuseError()

Also, from a terminal:

programmingexcuse

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

programmingexcuses-0.1.3-py2-none-any.whl (2.6 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