Metadata-Version: 2.1
Name: ddtrace
Version: 0.50.3
Summary: Datadog tracing code
Home-page: https://github.com/DataDog/dd-trace-py
Author: Datadog, Inc.
Author-email: dev@datadoghq.com
License: BSD
Platform: UNKNOWN
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
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.Apache
License-File: LICENSE.BSD3
License-File: NOTICE
Requires-Dist: packaging (>=17.1)
Requires-Dist: protobuf (>=3)
Requires-Dist: tenacity (>=5)
Requires-Dist: attrs (>=19.2.0)
Requires-Dist: six (>=1.12.0)
Requires-Dist: enum34 ; python_version < "3.4"
Requires-Dist: typing ; python_version < "3.5"
Requires-Dist: pep562 ; python_version < "3.7"
Requires-Dist: funcsigs (>=1.0.0) ; python_version == "2.7"
Provides-Extra: opentracing
Requires-Dist: opentracing (>=2.0.0) ; extra == 'opentracing'


# 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/


