Metadata-Version: 1.1
Name: django-newrelic-plugin-agent
Version: 0.3.0
Summary: Publish arbitrary metrics to New Relic from within Django application
Home-page: https://github.com/ambitioninc/django-newrelic-plugin-agent
Author: Ryan Bales
Author-email: opensource@ambition.com
License: MIT
Description: .. image:: https://travis-ci.org/ambitioninc/django-newrelic-plugin-agent.png
           :target: https://travis-ci.org/ambitioninc/django-newrelic-plugin-agent
        
        .. image:: https://coveralls.io/repos/github/ambitioninc/django-newrelic-plugin-agent/badge.svg?branch=master
            :target: https://coveralls.io/github/ambitioninc/django-newrelic-plugin-agent?branch=master
        
        
        Django New Relic Plugin Agent
        =============================
        
        
        Publish arbitrary metrics to New Relic without having to build plugins with the New Relic SDK (Java, .NET)
        
        https://docs.newrelic.com/docs/plugins/plugin-developer-resources/developer-reference/plugin-api-specification
        
        
        Installation
        ------------
        To install the latest release, type::
        
            pip install django-newrelic-plugin-agent
        
        To install the latest code directly from source, type::
        
            pip install git+git://github.com/ambitioninc/django-newrelic-plugin-agent.git
        
        Documentation
        =============
        
        Full documentation is available at http://django-newrelic-plugin-agent.readthedocs.org
        
        License
        =======
        MIT License (see LICENSE)
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
