alexpogue / newrelic-api

:bar_chart: A Python interface to New Relic's API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

About

:bar_chart: A Python interface to New Relic's API

License:MIT License


Languages

Language:Python 100.0%