Metadata-Version: 1.1
Name: profile-middleware
Version: 0.2.5
Summary: Profiler for django views
Home-page: https://github.com/vinu76jsr/profiler
Author: Vaibhav Mishra
Author-email: vinu76jsr@gmail.com
License: BSD
Description: =============================
        profile-middleware
        =============================
        
        .. image:: https://badge.fury.io/py/profile-middleware.svg
            :target: http://badge.fury.io/py/profile-middleware
        
        .. image:: https://travis-ci.org/vinu76jsr/django_profiler.png?branch=master
            :target: https://travis-ci.org/vinu76jsr/django_profiler
        
        .. image:: https://coveralls.io/repos/vinu76jsr/django_profiler/badge.png?branch=master
            :target: https://coveralls.io/r/vinu76jsr/django_profiler?branch=master
        
        Profiler for django views
        
        Documentation
        -------------
        
        The full documentation is at https://django-profile-view.readthedocs.org/.
        
        Quickstart
        ----------
        
        Install profile-middleware::
        
            pip install profile-middleware
        
        Then use it in a project:
        
        :doc:`usage`
        
        Features
        --------
        
        * uses cProfile module
        
        
        
        
        
        History
        -------
        
        0.2.5 (2014-05-09)
        ++++++++++++++++++
        
        * Shipping with versions of jquery and datatables and images.
        * profiler changed from hotshot to cProfile for performance
        
        
        0.2.1 (2014-05-09)
        ++++++++++++++++++
        
        * Version bump for README changes to be reflected on PyPI
        
        
        0.2.0 (2014-05-09)
        ++++++++++++++++++
        
        * Documentation update for contributors.
        
        0.1.0 (2014-05-09)
        ++++++++++++++++++
        
        * First release on PyPI.
Keywords: profiler
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
