Metadata-Version: 1.0
Name: django-statsd-mozilla
Version: 0.3.7
Summary: Django interface with statsd
Home-page: https://github.com/andymckay/django-statsd
Author: Andy McKay
Author-email: andym@mozilla.com
License: BSD
Description: Django Statsd
        =============
        
        Integration between statsd and django. It allows you to use different clients,
        sends timings as middleware and integrates with django debug toolbar.
        
        Credits:
        
        - jbalogh and jsocol for statsd and commonware, which I just ripped parts out
          of and put in here.
        - robhudson for django-debug-toolbar
        
        For more see our docs at: http://readthedocs.org/docs/django-statsd/en/latest/
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
