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.1.tar.gz
(2.7 kB
view details)
File details
Details for the file Flask-Debug-0.1.tar.gz
.
File metadata
- Download URL: Flask-Debug-0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3aaaef2349e1824b663348494a821932209ead3ec328c99a2211ab61d907dcb6 |
|
MD5 | 7f40d18089a16fa45114b8a0f15ee0dd |
|
BLAKE2b-256 | 047d140d1c8bdfc3459cba4d463cc9ba9f61e2cb54145065d5c1bcb7e948f6d4 |