diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2019-10-25 15:10:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-25 15:10:55 +0700 |
commit | b961acea159d1c9d76dd6cac2bf41b5c564ade3e (patch) | |
tree | b45783fbcfaeac538af3bb2a3ddf79790fccaa73 /python/backlash/slack-desc | |
parent | 4ae9a4cb9c733f3edeed0965d1bc0d1340bc50a2 (diff) |
python/backlash: Added (Python Module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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. |