Metadata-Version: 2.0
Name: aws-xray-sdk
Version: 0.91.1
Summary: The AWS X-Ray SDK for Python (the SDK) enables Python developers to record and emit information from within their applications to the AWS X-Ray service.
Home-page: https://docs.aws.amazon.com/xray-sdk-for-python/latest/reference
Author: Amazon Web Services
Author-email: UNKNOWN
License: Apache License 2.0
Keywords: aws xray sdk
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: jsonpickle
Requires-Dist: requests
Requires-Dist: wrapt

The SDK is in beta and any feedback is welcome at https://forums.aws.amazon.com/forum.jspa?forumID=241.

The AWS X-Ray service accepts application information in the form of trace segments.
A trace segment represents the work done by a single machine as a part of the entire task or request.
A set of trace segments which share the same trace ID form a trace.
A trace represents a full unit of work completed for a single task or request.
Learn more about AWS X-Ray service: https://aws.amazon.com/xray/.

The AWS X-Ray SDK for Python (the SDK) enables Python developers to record and emit
information from within their applications to the AWS X-Ray service.
You can get started in minutes using ``pip`` or by downloading a zip file.

Currently supported web frameworks and libraries:

* boto3
* botocore
* requests
* django >=1.10
* sqlite3 
* mysql-connector

You must have the X-Ray daemon running to use the SDK.
For information about installing and configuring the daemon see:
http://docs.aws.amazon.com/xray/latest/devguide/xray-daemon.html.


