Metadata-Version: 2.4
Name: dynatrace-oneagentpython
Version: 1.343.89.20260805.120058
Summary: Dynatrace OneAgent Python code module for Azure Functions
Author: Dynatrace
License-Expression: LicenseRef-Proprietary
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System :: Monitoring
Requires-Python: <3.15,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: license-file

# Dynatrace OneAgent code module for Python

The `dynatrace-oneagentpython` package bundles the Dynatrace OneAgent code module for Python. It enables Dynatrace to instrument Python applications in environments where OneAgent must be a **build-time dependency** — packaged and deployed alongside the application itself.

## When to use this package

This is the right integration when OneAgent cannot be injected or integrated at runtime such as via the K8s operator, or cloud service extensions. A typical scenario is a serverless function where the deployment artifact must be self-contained (e.g. Azure Functions).
See [**When and how to use this package →**](https://dt-url.net/b7239at) for activation steps, supported runtimes, and configuration.

## Getting started

```bash
echo 'dynatrace-oneagentpython==VERSION_NUMBER' >> requirements.txt
```
or
```bash
pip install dynatrace-oneagentpython==VERSION_NUMBER
pip freeze > requirements.txt
```
(the `==VERSION_NUMBER` part is optional, latest will be used if left out)


## Support and Terms

- Supported Python versions and platforms: see the [documentation](https://dt-url.net/kh039sh)
- Customer support: [Dynatrace Support Portal](https://support.dynatrace.com)
- Terms of Use: [Dynatrace Trust Center](https://www.dynatrace.com/company/trust-center/)
