diff options
Diffstat (limited to 'python/backlash/slack-desc')
-rw-r--r-- | python/backlash/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/backlash/slack-desc b/python/backlash/slack-desc new file mode 100644 index 0000000000000..e894d36372872 --- /dev/null +++ b/python/backlash/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +backlash: backlash (Python Module) +backlash: +backlash: Standalone WebOb port of the Werkzeug Debugger with Python3 support +backlash: born as a WebError replacement for TurboGears2. +backlash: +backlash: backlash is a swiss army knife for web applications debugging, +backlash: which provides: +backlash: * An Interactive In Browser Debugger based on a Werkzeug Debugger +backlash: fork ported to WebOb +backlash: * Crash reporting by email and on Sentry +backlash: * Slow requests reporting by email and on Sentry. |