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.1.tar.gz
(3.1 kB
view details)
File details
Details for the file Flask-Debug-0.2.1.tar.gz.
File metadata
- Download URL: Flask-Debug-0.2.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92c2635e4dd25a3fd1ca586f47aeb35771598f5075e67ab045d0edb78f38b8a6
|
|
| MD5 |
e43a811b70670743dd26e5130b922524
|
|
| BLAKE2b-256 |
7530e86a5a5247012ad51373542434fd03474cdfb196b8a4503e714a26121e21
|