An open API service indexing awesome lists of open source software.

https://github.com/datadog/datadog-agent-dev

Tool for developing on the Datadog Agent platform
https://github.com/datadog/datadog-agent-dev

cli datadog datadog-agent python tooling

Last synced: about 2 months ago
JSON representation

Tool for developing on the Datadog Agent platform

Awesome Lists containing this project

README

        

# Datadog Agent platform developer tooling

| | |
| --- | --- |
| CI/CD | [![CI - Test](https://github.com/DataDog/datadog-agent-dev/actions/workflows/test.yml/badge.svg)](https://github.com/DataDog/datadog-agent-dev/actions/workflows/test.yml) [![CD - Build Hatch](https://github.com/DataDog/datadog-agent-dev/actions/workflows/build.yml/badge.svg)](https://github.com/DataDog/datadog-agent-dev/actions/workflows/build.yml) |
| Docs | [![CI - Docs](https://github.com/DataDog/datadog-agent-dev/actions/workflows/docs.yml/badge.svg)](https://github.com/DataDog/datadog-agent-dev/actions/workflows/docs.yml) |
| Package | [![PyPI - Version](https://img.shields.io/pypi/v/dda.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/dda/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/dda.svg?color=blue&label=Downloads&logo=pypi&logoColor=gold)](https://pypi.org/project/dda/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dda.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/dda/) |
| Meta | [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/ofek/dep-sync) [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/python/mypy) [![License - MIT](https://img.shields.io/badge/license-MIT-9400d3.svg)](https://spdx.org/licenses/) |

-----

This is the main interface for developing on the Datadog Agent platform.

Refer to the [docs](https://datadoghq.dev/datadog-agent-dev/) for more information.

## License

`dda` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.