# 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/41/2e/a574edee45fa2ce1660cd075be888c1e391a666472cc40be15fcda643455/datadog_checks_base-37.1.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.1.0",
"project_urls": {
"Source": "https://github.com/DataDog/integrations-core"
},
"split_keywords": [
"agent",
" checks",
" datadog"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4151c5e8e8b94f512d407d7ac81c606ec3f0b77932ee36ffbb5f08bca08b4b76",
"md5": "ca1674eba191d3bdead30f0f48ae09cd",
"sha256": "86fb2ade967b514e26c4d10c4855711619c3f9cc63fac431ad76d6eebac05d20"
},
"downloads": -1,
"filename": "datadog_checks_base-37.1.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "ca1674eba191d3bdead30f0f48ae09cd",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 258935,
"upload_time": "2024-10-07T09:58:55",
"upload_time_iso_8601": "2024-10-07T09:58:55.898637Z",
"url": "https://files.pythonhosted.org/packages/41/51/c5e8e8b94f512d407d7ac81c606ec3f0b77932ee36ffbb5f08bca08b4b76/datadog_checks_base-37.1.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "412ea574edee45fa2ce1660cd075be888c1e391a666472cc40be15fcda643455",
"md5": "6272b28478e5f69e3ee629dabc6ed08f",
"sha256": "59a5c2c6acccd3e3c935b4127cd42e0cdaec01da5ef06b71342ba61cefca2967"
},
"downloads": -1,
"filename": "datadog_checks_base-37.1.0.tar.gz",
"has_sig": false,
"md5_digest": "6272b28478e5f69e3ee629dabc6ed08f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 476360,
"upload_time": "2024-10-07T09:58:59",
"upload_time_iso_8601": "2024-10-07T09:58:59.369521Z",
"url": "https://files.pythonhosted.org/packages/41/2e/a574edee45fa2ce1660cd075be888c1e391a666472cc40be15fcda643455/datadog_checks_base-37.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-07 09:58:59",
"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"
}