Metadata-Version: 2.0
Name: newrelic-cli
Version: 1.0.0
Summary: Newrelic CLI client
Home-page: https://github.com/NativeInstruments/newrelic-cli
Author: Native Instruments GmbH
Author-email: cloud-devops+github@native-instruments.de
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: jinja2
Requires-Dist: pyyaml
Requires-Dist: requests (>=2.0.0)

newrelic-cli A Python CLI client and library for New Relic's API
================================================================

.. image:: https://travis-ci.org/NativeInstruments/newrelic-cli.svg?branch=master
    :target: https://travis-ci.org/NativeInstruments/newrelic-cli

newrelic-cli allows setting up your New Relic monitors using simple CLI tool.
Also it provides a set of libraries that can be easily integrated in other
Python projects. It is based on `v3` version of the API when possible,
falling back to `v2` when features are not available in `v3`.


Currently only Synthetics monitors and alerts are supported.

Documentation
=============
For more information see `GitHub page <https://github.com/NativeInstruments/newrelic-cli>`_.


