Metadata-Version: 2.1
Name: django-statsd-unleashed
Version: 1.1.0
Summary: Django interface with statsd
Home-page: https://github.com/vikingco/django-statsd
Author: Andy McKay
Author-email: andym@mozilla.com
Maintainer: Unleashed NV
Maintainer-email: operations@unleashed.be
License: BSD
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
License-File: LICENSE.rst

=============
Django Statsd
=============

.. image:: https://coveralls.io/repos/github/vikingco/django-statsd/badge.svg?branch=master
    :target: https://coveralls.io/github/vikingco/django-statsd?branch=master
.. image:: https://travis-ci.org/vikingco/django-statsd.svg?branch=master
    :target: https://travis-ci.org/vikingco/django-statsd

This is a friendly fork with support for Django>1.8.

The original documentation is on `Read the Docs <https://django-statsd.readthedocs.org/>`_.

-------
License
-------

BSD and MPL

Portions of this are from commonware:

https://github.com/jsocol/commonware/blob/master/LICENSE


