An interactive HTML debugger for Pyramid application development
A package which provides an interactive HTML debugger for Pyramid application development
Note that pyramid-debugtoolbar is a blatant rip-off of Michael van Tellingen's flask-debugtoolbar (which itself was derived from Rob Hudson's django-debugtoolbar). It also includes a lightly sanded down version of the Werkzeug debugger code by Armin Ronacher and team.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / python-pyra...bugtoolbar
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-pyramid-debugtoolbar && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
pyramid_debugtoolbar-4.11.tar.gz | 0003079703 2.94 MB | |
python-pyramid-debugtoolbar.changes | 0000014565 14.2 KB | |
python-pyramid-debugtoolbar.spec | 0000002992 2.92 KB |
Revision 14 (latest revision is 17)
Dirk Mueller (dirkmueller)
committed
(revision 14)
- update to 4.11: * Drop support for SQLAlchemy < 1.4. * Add support for Python 3.12. * Add support for SQLAlchemy 2.x. * Fix an issue where a long-running request might not appear in the toolbar UI without refreshing the page. * Use ``time.monotonic()`` when computing performance intervals. - Packaging : - Update to new version 4.4 + Reduce the log output for squashed exceptions and put them at the INFO level so they can be filtered out if desired. Javascript syntax fixes for browsers that don’t support trailing commas.
Comments 0