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.
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.
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
All documentation can be found at http://new-relic-api.readthedocs.org