Metadata-Version: 2.4
Name: ddev
Version: 12.0.0
Summary: The Datadog Agent integration developer tool
Project-URL: Source, https://github.com/DataDog/integrations-core
Author-email: Datadog <packages@datadoghq.com>
License-Expression: BSD-3-Clause
Keywords: agent,datadog,integration
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Requires-Dist: click~=8.1.6
Requires-Dist: coverage
Requires-Dist: datadog
Requires-Dist: datadog-api-client==2.20.0
Requires-Dist: datadog-checks-dev[cli]~=35.1
Requires-Dist: hatch>=1.8.1
Requires-Dist: httpx
Requires-Dist: jsonpointer
Requires-Dist: matplotlib
Requires-Dist: pluggy
Requires-Dist: requests
Requires-Dist: rich>=12.5.1
Requires-Dist: squarify
Requires-Dist: stamina==23.2.0
Requires-Dist: tomli-w
Requires-Dist: tomli; python_version < '3.11'
Requires-Dist: tomlkit
Requires-Dist: tqdm
Description-Content-Type: text/markdown

# ddev

| | |
| --- | --- |
| Package | [![PyPI - Version](https://img.shields.io/pypi/v/ddev.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/ddev/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ddev.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/ddev/) |
| Meta | [![code style - black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/python/mypy) [![imports - isort](https://img.shields.io/badge/imports-isort-ef8336.svg)](https://github.com/pycqa/isort) [![License - MIT](https://img.shields.io/badge/license-BSD--3--Clause-9400d3.svg)](https://spdx.org/licenses/) |

-----

This is the redesigned command line tooling for Datadog Agent integrations.

## Installation

Read the [`ddev` installation guide](https://datadoghq.dev/integrations-core/setup/#ddev).

## Documentation

Read the [`ddev` documentation](https://datadoghq.dev/integrations-core/ddev/about/).
