summaryrefslogtreecommitdiffstats
path: root/python/python3-backlash/README
diff options
context:
space:
mode:
author Arn02022-03-08 22:04:06 +0100
committer Willy Sudiarto Raharjo2022-03-09 03:40:17 +0100
commit06cf37d60ef5b90995c6bd7d9166de56d3b7e073 (patch)
treee768f00d3573e07faeb9a3d673e04320b012589a /python/python3-backlash/README
parent9a9964d19d161cf72df17316790e821f55056884 (diff)
downloadslackbuilds-06cf37d60ef5b90995c6bd7d9166de56d3b7e073.tar.gz
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/README')
-rw-r--r--python/python3-backlash/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/python/python3-backlash/README b/python/python3-backlash/README
new file mode 100644
index 0000000000..8c51e16ce3
--- /dev/null
+++ b/python/python3-backlash/README
@@ -0,0 +1,13 @@
+Backlash supports both debugging applications on crash and realtime
+console, both are based on the Werkzeug Debugger and adapted to work
+with WebOb.
+
+backlash is a swiss army knife for web applications debugging, which
+provides:
+ An Interactive In Browser Debugger based on a Werkzeug Debugger fork
+ ported to WebOb
+ Crash reporting by email and on Sentry
+ Slow requests reporting by email and on Sentry.
+
+Backlash was born as a replacement for WebError in TurboGears2.3
+versions.