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