Metadata-Version: 1.0
Name: objgraph-middleware
Version: 0.2
Summary: Memory data logging middleware
Home-page: UNKNOWN
Author: Ignas Mikalajunas
Author-email: ignas@uber.com
License: MIT
Description: Summary
        =======
        
        Simple middleware that logs changes in memory usage for a percentage
        of requests.
        
        Installation
        ============
        
        ::
        
          $ pip install objgraph_middleware
        
        
        0.2
        ---
        
        -  Decreased severity of the logged data to info
        
        0.1
        ---
        
        -  Initial version
        
Keywords: web wsgi flask middleware objgraph memory profiling
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
