slackbuilds_ponce/python/python3-backlash/README
Arn0 06cf37d60e
python/python3-backlash: renamed from backlash for python3, updated for version 0.3.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-03-09 09:40:17 +07:00

13 lines
485 B
Text

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.