newrelic-api

A python interface to the New Relic API v2


License
MIT
Install
pip install newrelic-api==1.0.6

Documentation

https://travis-ci.org/ambitioninc/newrelic-api.png https://coveralls.io/repos/ambitioninc/newrelic-api/badge.png?branch=develop Latest PyPI version Number of PyPI downloads

newrelic-api: A Python interface to New Relic's API

newrelic-api is a package for easily interacting with New Relic's API in a concise, pythonic way. For full documentation on each endpoint, please see New Relic's API explorer. This is based off of the v2 API.

Project status

This client is out of sync with the latest changes to New Relic's APIs, work is under way to update this project and bring it up to date. If you need to use an NR resource that is not supported or is out of date then please submit a PR.

Installation

To install, install via pip or easy_install:

$ pip install newrelic-api
or
$ easy_install newrelic-api

If you want to install it from source, grab the git repository and run setup.py:

$ git clone git://github.com/ambitioninc/newrelic-api.git
$ cd newrelic-api
$ python setup.py install

Documentation

All documentation can be found at http://new-relic-api.readthedocs.org

Author

Micah Hausler