Skip to content

📊 A Python interface to New Relic's API

License

Notifications You must be signed in to change notification settings

yuyangd/newrelic-api

 
 

Repository files navigation

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

📊 A Python interface to New Relic's API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%