Metadata-Version: 1.1
Name: sqltap
Version: 0.3.2
Summary: Profiling and introspection for applications using sqlalchemy
Home-page: https://github.com/inconshreveable/sqltap
Author: inconshreveable
Author-email: alan@inconshreveable.com
License: UNKNOWN
Description: 
        sqltap is a library that allows you to profile and introspect the
        queries that your application makes using SQLAlchemy.
        
        sqltap helps you quickly understand:
        
           * how many times a sql query is executed
           * how much time your sql queries take
           * where your application is issuing sql queries from
        
        Full HTML documentation can be generated by sphinx, or browsed online at: http://sqltap.inconshreveable.com
        
        SQLTap is hosted on github at: https://github.com/inconshreveable/sqltap
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database
