Skip to main content

Adds warnings support to Flask-Debugtoolbar

Project description

Adds warning support for Flask-Debugtoolbar

Installation

flask-debugtoolbar-warnings is available on pypi and installable with:

pip install flask-debugtoolbar-warnings

This package supports Python 2.7, 3.4, 3.5, 3.6 (and presumably Python 3.7 and the pypy versions of these Python versions, though it is untested).

Usage

After installing this package, register it into the flask-debugtoolbar loader by setting the DEBUG_TB_PANELS configuration variable before calling init_app on the DebugToolbar object:

app.config['DEBUG_TB_PANELS'] = [
    'flask_debugtoolbar_warnings.WarningsPanel'
]

After the first request through your application, this panel will begin intercepting all warnings that are not ignored or already filtered by being set to once or module, or have been set to error (these throw exceptions rather than pass fully through the warning machinery).

You may view these warnings in the DebugToolbar side panel under the Warnings section. The warnings panel will display the category (e.g. what kind of warning), filename, line number, message and source (if provided).

v0.1.0 (2018-06-xx)

  • Initial release.

  • Will it into existence.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flask-debugtoolbar-warnings-0.1.0.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

flask_debugtoolbar_warnings-0.1.0-py2.py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page