Metadata-Version: 2.1
Name: ddtrace
Version: 1.4.4
Summary: Datadog APM client library
Home-page: https://github.com/DataDog/dd-trace-py
Author: Datadog, Inc.
Author-email: dev@datadoghq.com
License: BSD
Project-URL: Bug Tracker, https://github.com/DataDog/dd-trace-py/issues
Project-URL: Source Code, https://github.com/DataDog/dd-trace-py/
Project-URL: Changelog, https://ddtrace.readthedocs.io/en/stable/release_notes.html
Project-URL: Documentation, https://ddtrace.readthedocs.io/en/stable/
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Description-Content-Type: text/markdown
Provides-Extra: opentracing
License-File: LICENSE
License-File: LICENSE.Apache
License-File: LICENSE.BSD3
License-File: NOTICE


# dd-trace-py

`ddtrace` is Datadog's tracing library for Python.  It is used to trace requests
as they flow across web servers, databases and microservices so that developers
have great visibility into bottlenecks and troublesome requests.

## Getting Started

For a basic product overview, installation and quick start, check out our
[setup documentation][setup docs].

For more advanced usage and configuration, check out our [API
documentation][api docs].

For descriptions of terminology used in APM, take a look at the [official
documentation][visualization docs].

[setup docs]: https://docs.datadoghq.com/tracing/setup/python/
[api docs]: https://ddtrace.readthedocs.io/
[visualization docs]: https://docs.datadoghq.com/tracing/visualization/
