--- id: datadog version: "0.53.0" license: BSD-3-Clause license_treatment: permissive maintenance: active --- # datadog — The Datadog Python library License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install datadog uv add datadog poetry add datadog ## Description # The Datadog Python library [![Unit Tests](https://dev.azure.com/datadoghq/datadogpy/_apis/build/status/DataDog.datadogpy.unit?branchName=master)](https://dev.azure.com/datadoghq/datadogpy/_build/latest?definitionId=10&branchName=master) [![Integration Tests](https://dev.azure.com/datadoghq/datadogpy/_apis/build/status/DataDog.datadogpy.integration?branchName=master)](https://dev.azure.com/datadoghq/datadogpy/_build/latest?definitionId=13&branchName=master) [![Documentation Status](https://readthedocs.org/projects/datadogpy/badge/?version=latest)](https://readthedocs.org/projects/datadogpy/?badge=latest) [![PyPI - Version](https://img.shields.io/pypi/v/datadog.svg)](https://pypi.org/project/datadog) [![PyPI - Downloads](https://pepy.tech/badge/datadog)](https://pepy.tech/project/datadog) The Datadog Python Library is a collection of tools suitable for inclusion in existing Python projects or for the development of standalone scripts. It provides an abstraction on top of Datadog's raw HTTP interface and the Agent's DogStatsD metrics aggregation server, to interact with Datadog and efficiently report events and metrics. - Library Documentation:... ## AI interpretation — verify before relying The Datadog Python library provides HTTP API clients and DogStatsD metrics aggregation to send events, metrics, and service checks to Datadog monitoring infrastructure. Verdict: Actively maintained library with low install friction and no known vulnerabilities. Permissive BSD-3-Clause license poses no compliance barrier. Supports Python 2.7 and 3.7+, making it suitable for both legacy and modern applications integrating with Datadog. [View on SkillFed](https://skillfed.io/packages/datadog) · [View on PyPI](https://pypi.org/project/datadog/)