diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-08 22:04:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-09 09:40:17 +0700 |
commit | 06cf37d60ef5b90995c6bd7d9166de56d3b7e073 (patch) | |
tree | e768f00d3573e07faeb9a3d673e04320b012589a /python/python3-backlash/slack-desc | |
parent | 9a9964d19d161cf72df17316790e821f55056884 (diff) |
python/python3-backlash: renamed from backlash for python3, updated for version 0.3.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-backlash/slack-desc')
-rw-r--r-- | python/python3-backlash/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-backlash/slack-desc b/python/python3-backlash/slack-desc new file mode 100644 index 000000000000..bc75b7ad9cc9 --- /dev/null +++ b/python/python3-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------------------------------------------------------| +python3-backlash: python3-backlash (Python Module) +python3-backlash: +python3-backlash: Standalone WebOb port of the Werkzeug Debugger with Python3 support +python3-backlash: born as a WebError replacement for TurboGears2. +python3-backlash: +python3-backlash: backlash is a swiss army knife for web applications debugging, +python3-backlash: which provides: +python3-backlash: * An Interactive In Browser Debugger based on a Werkzeug Debugger +python3-backlash: fork ported to WebOb +python3-backlash: * Crash reporting by email and on Sentry +python3-backlash: * Slow requests reporting by email and on Sentry. |