Shows reflection/configuration to aid the development of Flask applications.
Project description
Flask-Debug is a simple WIP Flask-extension, intended solely for development. Example usage:
from flask import Flask from flask_debug import Debug app = Flask(__name__) Debug(app) app.run(debug=True)
Now opening http://localhost:5000/_debug will show some information about the application, such as a list of registered views, url maps or configuration values.
Security
Of course, this should never be enabled on a production server. If the application is not running in debug mode, the extension will refuse any interaction with the outside world.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Flask-Debug-0.2.tar.gz
(3.1 kB
view details)
File details
Details for the file Flask-Debug-0.2.tar.gz.
File metadata
- Download URL: Flask-Debug-0.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90ef200d2f0e048d1059d284a61efe0dd47a928c3f857c821206fe96770cac70
|
|
| MD5 |
474a9c1100d07c2854f7f108a2b9ced8
|
|
| BLAKE2b-256 |
4f0c47f5750a2e716b0db367e0c49c5fcf50e410e81217ccbf32d213e97d0e77
|