Metadata-Version: 1.1
Name: django-silk
Version: 0.3.2
Summary: Silky smooth profiling for the Django Framework
Home-page: http://www.mtford.co.uk/projects/silk/
Author: Michael Ford
Author-email: mtford@gmail.com
License: MIT License
Description: Silk
        ====
        
        Silk is a live profiling and inspection tool for the Django framework.
        It primarily consists of:
        
        -  Middleware for intercepting Requests/Responses
        -  A wrapper around SQL execution for profiling of database queries
        -  A context manager/decorator for profiling blocks of code and
           functions either manually or dynamically.
        -  A user interface for inspection and visualisation of the above.
        
        Documentation is available at https://github.com/mtford90/silk and a live demo is available at
        http://mtford.co.uk/silk/.
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
