https://github.com/passy/flask-gae-mini-profiler
Flask extension for easy profiling on Google App Engine
https://github.com/passy/flask-gae-mini-profiler
Last synced: about 1 year ago
JSON representation
Flask extension for easy profiling on Google App Engine
- Host: GitHub
- URL: https://github.com/passy/flask-gae-mini-profiler
- Owner: passy
- License: mit
- Created: 2011-07-02T21:54:04.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2015-04-19T12:09:47.000Z (over 11 years ago)
- Last Synced: 2025-04-13T12:17:50.027Z (over 1 year ago)
- Language: Python
- Homepage: http://packages.python.org/Flask-GAE-Mini-Profiler
- Size: 211 KB
- Stars: 33
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=======================
Flask-GAE-Mini-Profiler
=======================
Deprecation Note
================
I know longer have any apps on GAE myself and don't intend to
maintain this library. If anyone is interested in picking this
up want me to point to an alternative here, please let me know.
Description
===========
This Flask extension provides easy integration of the excellent
`gae_mini_profiler
`_.
Usage::
from flask import Flask
from flaskext.gae_mini_profiler import GAEMiniProfiler
app = Flask(__name__)
GAEMiniProfiler(app)