# Datadog Checks Base
[![Latest PyPI version][1]][7]
[![Supported Python versions][2]][7]
## Overview
This package provides the Python bits needed by the [Datadog Agent][4]
to run Agent-based Integrations (also known as _Checks_).
This package is used in two scenarios:
1. When used from within the Python interpreter embedded in the Agent, it
provides all the base classes and utilities needed by any Check.
2. When installed in a local environment with a regular Python interpreter, it
mocks the presence of a running Agent so checks can work in standalone mode,
mostly useful for testing and development.
Please refer to the [docs][5] for details.
## Installation
Checks from [integrations-core][6] already
use the toolkit in a transparent way when you run the tests but you can
install the toolkit locally and play with it:
```shell
pip install datadog-checks-base
```
## Troubleshooting
Need help? Contact [Datadog support][8].
[1]: https://img.shields.io/pypi/v/datadog-checks-base.svg
[2]: https://img.shields.io/pypi/pyversions/datadog-checks-base.svg
[4]: https://github.com/DataDog/datadog-agent
[5]: https://datadoghq.dev/integrations-core/base/about/
[6]: https://github.com/DataDog/integrations-core
[7]: https://pypi.org/project/datadog-checks-base/
[8]: https://docs.datadoghq.com/help/
Raw data
{
"_id": null,
"home_page": null,
"name": "datadog-checks-base",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "agent, checks, datadog",
"author": null,
"author_email": "Datadog <packages@datadoghq.com>",
"download_url": "https://files.pythonhosted.org/packages/6c/48/b5264b8135ba18443e26c40b09190964263247361bc0c38e945fc7908ec4/datadog_checks_base-37.3.0.tar.gz",
"platform": null,
"description": "# Datadog Checks Base\n\n[![Latest PyPI version][1]][7]\n[![Supported Python versions][2]][7]\n\n## Overview\n\nThis package provides the Python bits needed by the [Datadog Agent][4]\nto run Agent-based Integrations (also known as _Checks_).\n\nThis package is used in two scenarios:\n\n1. When used from within the Python interpreter embedded in the Agent, it\nprovides all the base classes and utilities needed by any Check.\n\n2. When installed in a local environment with a regular Python interpreter, it\nmocks the presence of a running Agent so checks can work in standalone mode,\nmostly useful for testing and development.\n\nPlease refer to the [docs][5] for details.\n\n## Installation\n\nChecks from [integrations-core][6] already\nuse the toolkit in a transparent way when you run the tests but you can\ninstall the toolkit locally and play with it:\n\n```shell\npip install datadog-checks-base\n```\n\n## Troubleshooting\n\nNeed help? Contact [Datadog support][8].\n\n[1]: https://img.shields.io/pypi/v/datadog-checks-base.svg\n[2]: https://img.shields.io/pypi/pyversions/datadog-checks-base.svg\n[4]: https://github.com/DataDog/datadog-agent\n[5]: https://datadoghq.dev/integrations-core/base/about/\n[6]: https://github.com/DataDog/integrations-core\n[7]: https://pypi.org/project/datadog-checks-base/\n[8]: https://docs.datadoghq.com/help/\n",
"bugtrack_url": null,
"license": null,
"summary": "The Datadog Check Toolkit",
"version": "37.3.0",
"project_urls": {
"Source": "https://github.com/DataDog/integrations-core"
},
"split_keywords": [
"agent",
" checks",
" datadog"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7eb6d694da0c8622568bb0f2a36f79fb81fd75880a84ea194248bdaffb064e34",
"md5": "3ecbb07c8fb19ce74a7c873a85abddfc",
"sha256": "c532afa391d5a4f0f651612b216f4f8659f71c6154486f8202f5eb625ea1fdf7"
},
"downloads": -1,
"filename": "datadog_checks_base-37.3.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "3ecbb07c8fb19ce74a7c873a85abddfc",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 257025,
"upload_time": "2024-12-27T15:26:53",
"upload_time_iso_8601": "2024-12-27T15:26:53.639980Z",
"url": "https://files.pythonhosted.org/packages/7e/b6/d694da0c8622568bb0f2a36f79fb81fd75880a84ea194248bdaffb064e34/datadog_checks_base-37.3.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6c48b5264b8135ba18443e26c40b09190964263247361bc0c38e945fc7908ec4",
"md5": "57514415a6bcda8f648d2fe8892fb256",
"sha256": "4882c6c8ed9c4bc17feb7bebc5b3068af5bca7c32b60ea8206a6f19465a0583e"
},
"downloads": -1,
"filename": "datadog_checks_base-37.3.0.tar.gz",
"has_sig": false,
"md5_digest": "57514415a6bcda8f648d2fe8892fb256",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 474139,
"upload_time": "2024-12-27T15:27:07",
"upload_time_iso_8601": "2024-12-27T15:27:07.202887Z",
"url": "https://files.pythonhosted.org/packages/6c/48/b5264b8135ba18443e26c40b09190964263247361bc0c38e945fc7908ec4/datadog_checks_base-37.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-27 15:27:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "DataDog",
"github_project": "integrations-core",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "datadog-checks-base"
}