Metadata-Version: 1.1
Name: Flask-QueryInspect
Version: 0.1.1
Summary: Flask extension to provide metrics on SQL queries per request.
Home-page: https://github.com/noise/flask-queryinspect
Author: Bret Barker
Author-email: bret@abitrandom.net
License: MIT
Description: 
        Flask-QueryInspect
        -------------
        
        Flask-QueryInspect is a Flask extension that provides metrics on SQL queries executed for each request.
        
        It assumes use of and relies upon SQLAlchemy as the underlying ORM.
        
        This extension was inspired by internal tooling of this sort, and
        then directly by https://github.com/dobarkod/django-queryinspect
        
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
