Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Datadog Checks Dev

Latest PyPI version Supported Python versions License Documentation Status


This is the developer toolkit designed for use by any Agent-based check or integration repository.

Installation

datadog-checks-dev is distributed on PyPI as a universal wheel and is available on Linux, macOS, and Windows, and supports Python 2.7/3.5+ and PyPy.

$ pip install "datadog-checks-dev[cli]"

At this point there should be a working executable, ddev, in your PATH. The help flag shortcut -h is available globally.

Documentation

Dev docs are hosted on readthedocs