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 |
---|---|---|
pyramid_debugtoolbar-4.12.1.tar.gz | 0003081467 2.94 MB | |
python-pyramid-debugtoolbar.changes | 0000015121 14.8 KB | |
python-pyramid-debugtoolbar.spec | 0000002994 2.92 KB |
Revision 16 (latest revision is 17)
Dirk Mueller (dirkmueller)
committed
(revision 16)
- update to 4.12.1: * Fix a toolbar crash when loading the page and there aren't any visible requests yet. * Fix a concern where the toolbar may access sensitive request attributes like ``request.authenticated_userid`` at times outside of the supported request lifecycle. * Avoid triggering DeprecationWarnings when tracking values for deprecated attributes in Pyramid like ``effective_principals``.
Comments 0