Metadata-Version: 2.0
Name: django-newrelic-plugin-agent
Version: 0.2.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
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
Requires-Dist: django (>=1.8)
Requires-Dist: django-manager-utils (>=0.12.0)
Requires-Dist: jsonfield (>=0.9.23)
Requires-Dist: celery (>3.1.18,<4.0)
Requires-Dist: django-db-mutex (>=0.4.0)

.. 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)

