summaryrefslogtreecommitdiffstats
path: root/python/backlash/README
diff options
context:
space:
mode:
author Yth - Arnaud2019-10-25 10:10:55 +0200
committer Willy Sudiarto Raharjo2019-10-25 10:10:55 +0200
commitb961acea159d1c9d76dd6cac2bf41b5c564ade3e (patch)
treeb45783fbcfaeac538af3bb2a3ddf79790fccaa73 /python/backlash/README
parent4ae9a4cb9c733f3edeed0965d1bc0d1340bc50a2 (diff)
downloadslackbuilds-b961acea159d1c9d76dd6cac2bf41b5c564ade3e.tar.gz
python/backlash: Added (Python Module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/backlash/README')
-rw-r--r--python/backlash/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/backlash/README b/python/backlash/README
new file mode 100644
index 0000000000..731ed822c1
--- /dev/null
+++ b/python/backlash/README
@@ -0,0 +1,8 @@
+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.