Skip to main content

A toolbar overlay for debugging Flask applications.

Project description

flask-debugtool

Installation

Installing is simple with pip:

$ pip install flask-debugtool

Usage

Setting up the debug toolbar is simple:

from flask import Flask
from flask_debugtool import DebugTool

app = Flask(__name__)

toolbar = DebugTool(app)

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-DebugTool-0.1.7.tar.gz (2.7 kB view hashes)

Uploaded Source

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