Skip to content

📊 A Python interface to New Relic's API

License

Notifications You must be signed in to change notification settings

bouktin/newrelic-api

 
 

Repository files navigation

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

Forked from https://github.com/ambitioninc/newrelic-api which is out of date and no longer maintained.

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 and is currently out of date, update is in progress.

Installation

Pip

This module has not been pushed to any repositories so installation from Git is the only option:

# Direct
pip install git+ssh://[email protected]/sansible/[email protected]
# requirements file
...
git+ssh://[email protected]/sansible/[email protected]
...

Source

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

git clone [email protected]:sansible/newrelic-api.git
cd newrelic-api
python setup.py install

Local development

Tests can be run like so:

make test

About

📊 A Python interface to New Relic's API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Makefile 0.3%