| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python3-aws-xray-sdk | Distribution: SUSE Linux Enterprise 15 SP5 |
| Version: 2.2.0 | Vendor: openSUSE |
| Release: bp155.2.12 | Build date: Mon May 22 13:06:52 2023 |
| Group: Development/Languages/Python | Build host: sheep88 |
| Size: 446129 | Source RPM: python-aws-xray-sdk-2.2.0-bp155.2.12.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/aws/aws-xray-sdk-python | |
| Summary: The AWS X-Ray SDK for Python | |
The AWS X-Ray SDK for Python enables Python developers to record and emit information from within their applications to the AWS X-Ray service. It works through any one of various frameworks, provided by backends. The following backends are included in the main package: * botocore * httplib * sqlite3 Additional backends can be installed by installing python3-aws-xray-sdk-backend packages. The python3-aws-xray-sdk-all package installs all backends.
Apache-2.0
* Wed Jan 09 2019 Jan Engelhardt <jengelh@inai.de>
- Do summaries without em dashes
* Thu Jan 03 2019 Todd R <toddrme2178@gmail.com>
- Fix handling of python3-only packages.
* Thu Nov 29 2018 Todd R <toddrme2178@gmail.com>
- Split backends into their own packages, with proper dependency
handling.
- Add missing jsonpickle dependency.
* Thu Nov 15 2018 Todd R <toddrme2178@gmail.com>
- Update to 2.2.0
* feature: Added context managers on segment/subsegment capture. `PR97 <https://github.com/aws/aws-xray-sdk-python/pull/97>`_.
* feature: Added AWS SNS topic ARN to the default whitelist file. `PR93 <https://github.com/aws/aws-xray-sdk-python/pull/93>`_.
* bugfix: Fixed an issue on `psycopg2` to support all keywords. `PR91 <https://github.com/aws/aws-xray-sdk-python/pull/91>`_.
* bugfix: Fixed an issue on `endSegment` when there is context missing. `ISSUE98 <https://github.com/aws/aws-xray-sdk-python/issues/98>`_.
* bugfix: Fixed the package description rendered on PyPI. `PR101 <https://github.com/aws/aws-xray-sdk-python/pull/101>`_.
* bugfix: Fixed an issue where `patch_all` could patch the same module multiple times. `ISSUE99 <https://github.com/aws/aws-xray-sdk-python/issues/99>`_.
* bugfix: Fixed the `datetime` to `epoch` conversion on Windows OS. `ISSUE103 <https://github.com/aws/aws-xray-sdk-python/issues/103>`_.
* bugfix: Fixed a wrong segment json key where it should be `sampling_rule_name` rather than `rule_name`.
- Update to 2.1.0
* feature: Added support for `psycopg2`. `PR83 <https://github.com/aws/aws-xray-sdk-python/pull/83>`_.
* feature: Added support for `pynamodb` >= 3.3.1. `PR88 <https://github.com/aws/aws-xray-sdk-python/pull/88>`_.
* improvement: Improved stack trace recording when exception is thrown in decorators. `PR70 <https://github.com/aws/aws-xray-sdk-python/pull/70>`_.
* bugfix: Argument `sampling_req` in LocalSampler `should_trace` method now becomes optional. `PR89 <https://github.com/aws/aws-xray-sdk-python/pull/89>`_.
* bugfix: Fixed a wrong test setup and leftover poller threads in recorder unit test.
- Update to 2.0.1
* bugfix: Fixed a issue where manually `begin_segment` might break when making sampling decisions. `PR82 <https://github.com/aws/aws-xray-sdk-python/pull/82>`_.
- Update to 2.0.0
* **Breaking**: The default sampler now launches background tasks to poll sampling rules from X-Ray backend. See the new default sampling strategy in more details here: https://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-python-configuration.html#xray-sdk-python-configuration-sampling.
* **Breaking**: The `should_trace` function in the sampler now takes a dictionary for sampling rule matching.
* **Breaking**: The original sampling modules for local defined rules are moved from `models.sampling` to `models.sampling.local`.
* **Breaking**: The default behavior of `patch_all` changed to selectively patches libraries to avoid double patching. You can use `patch_all(double_patch=True)` to force it to patch ALL supported libraries. See more details on `ISSUE63 <https://github.com/aws/aws-xray-sdk-python/issues/63>`_
* **Breaking**: The latest `botocore` that has new X-Ray service API `GetSamplingRules` and `GetSamplingTargets` are required.
* **Breaking**: Version 2.x doesn't support pynamodb and aiobotocore as it requires botocore >= 1.11.3 which isn’t currently supported by the pynamodb and aiobotocore libraries. Please continue to use version 1.x if you’re using pynamodb or aiobotocore until those haven been updated to use botocore > = 1.11.3.
* feature: Environment variable `AWS_XRAY_DAEMON_ADDRESS` now takes an additional notation in `tcp:127.0.0.1:2000 udp:127.0.0.2:2001` to set TCP and UDP destination separately. By default it assumes a X-Ray daemon listening to both UDP and TCP traffic on `127.0.0.1:2000`.
* feature: Added MongoDB python client support. `PR65 <https://github.com/aws/aws-xray-sdk-python/pull/65>`_.
* bugfix: Support binding connection in sqlalchemy as well as engine. `PR78 <https://github.com/aws/aws-xray-sdk-python/pull/78>`_.
* bugfix: Flask middleware safe request teardown. `ISSUE75 <https://github.com/aws/aws-xray-sdk-python/issues/75>`_.
- Update to 1.1.2
* bugfix: Fixed an issue on PynamoDB patcher where the capture didn't handle client timeout.
- Update to 1.1.1
* bugfix: Handle Aiohttp Exceptions as valid responses `PR59 <https://github.com/aws/aws-xray-sdk-python/pull/59>`_.
- Update to 1.1
* feature: Added Sqlalchemy parameterized query capture. `PR34 <https://github.com/aws/aws-xray-sdk-python/pull/34>`_
* bugfix: Allow standalone sqlalchemy integrations without flask_sqlalchemy. `PR53 <https://github.com/aws/aws-xray-sdk-python/pull/53>`_
* bugfix: Give up aiohttp client tracing when there is no open segment and LOG_ERROR is configured. `PR58 <https://github.com/aws/aws-xray-sdk-python/pull/58>`_
* bugfix: Handle missing subsegment when rendering a Django template. `PR54 <https://github.com/aws/aws-xray-sdk-python/pull/54>`_
* Typo fixes on comments and docs.
* Tue May 08 2018 tchvatal@suse.com
- Initial commit, needed by python-moto
/usr/lib/python3.6/site-packages/aws_xray_sdk /usr/lib/python3.6/site-packages/aws_xray_sdk-2.2.0-py3.6.egg-info /usr/lib/python3.6/site-packages/aws_xray_sdk-2.2.0-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/aws_xray_sdk-2.2.0-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/aws_xray_sdk-2.2.0-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/aws_xray_sdk-2.2.0-py3.6.egg-info/requires.txt /usr/lib/python3.6/site-packages/aws_xray_sdk-2.2.0-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/aws_xray_sdk/__init__.py /usr/lib/python3.6/site-packages/aws_xray_sdk/__pycache__ /usr/lib/python3.6/site-packages/aws_xray_sdk/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/__pycache__/version.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/__pycache__/version.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core /usr/lib/python3.6/site-packages/aws_xray_sdk/core/__init__.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/__pycache__ /usr/lib/python3.6/site-packages/aws_xray_sdk/core/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/__pycache__/async_context.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/__pycache__/async_context.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/__pycache__/async_recorder.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/__pycache__/async_recorder.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/__pycache__/context.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/__pycache__/context.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/__pycache__/daemon_config.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/__pycache__/daemon_config.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/__pycache__/lambda_launcher.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/__pycache__/lambda_launcher.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/__pycache__/patcher.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/__pycache__/patcher.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/__pycache__/recorder.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/__pycache__/recorder.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/async_context.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/async_recorder.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/context.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/daemon_config.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/emitters /usr/lib/python3.6/site-packages/aws_xray_sdk/core/emitters/__init__.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/emitters/__pycache__ /usr/lib/python3.6/site-packages/aws_xray_sdk/core/emitters/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/emitters/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/emitters/__pycache__/udp_emitter.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/emitters/__pycache__/udp_emitter.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/emitters/udp_emitter.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/exceptions /usr/lib/python3.6/site-packages/aws_xray_sdk/core/exceptions/__init__.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/exceptions/__pycache__ /usr/lib/python3.6/site-packages/aws_xray_sdk/core/exceptions/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/exceptions/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/exceptions/__pycache__/exceptions.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/exceptions/__pycache__/exceptions.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/exceptions/exceptions.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/lambda_launcher.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__init__.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__ /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__/default_dynamic_naming.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__/default_dynamic_naming.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__/dummy_entities.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__/dummy_entities.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__/entity.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__/entity.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__/facade_segment.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__/facade_segment.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__/http.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__/http.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__/segment.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__/segment.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__/subsegment.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__/subsegment.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__/throwable.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__/throwable.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__/trace_header.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__/trace_header.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__/traceid.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/__pycache__/traceid.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/default_dynamic_naming.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/dummy_entities.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/entity.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/facade_segment.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/http.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/segment.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/subsegment.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/throwable.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/trace_header.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/models/traceid.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/patcher.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/plugins /usr/lib/python3.6/site-packages/aws_xray_sdk/core/plugins/__init__.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/plugins/__pycache__ /usr/lib/python3.6/site-packages/aws_xray_sdk/core/plugins/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/plugins/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/plugins/__pycache__/ec2_plugin.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/plugins/__pycache__/ec2_plugin.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/plugins/__pycache__/ecs_plugin.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/plugins/__pycache__/ecs_plugin.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/plugins/__pycache__/elasticbeanstalk_plugin.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/plugins/__pycache__/elasticbeanstalk_plugin.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/plugins/__pycache__/utils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/plugins/__pycache__/utils.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/plugins/ec2_plugin.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/plugins/ecs_plugin.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/plugins/elasticbeanstalk_plugin.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/plugins/utils.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/recorder.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/__init__.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/__pycache__ /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/__pycache__/connector.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/__pycache__/connector.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/__pycache__/reservoir.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/__pycache__/reservoir.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/__pycache__/rule_cache.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/__pycache__/rule_cache.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/__pycache__/rule_poller.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/__pycache__/rule_poller.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/__pycache__/sampler.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/__pycache__/sampler.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/__pycache__/sampling_rule.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/__pycache__/sampling_rule.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/__pycache__/target_poller.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/__pycache__/target_poller.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/connector.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/local /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/local/__init__.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/local/__pycache__ /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/local/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/local/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/local/__pycache__/reservoir.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/local/__pycache__/reservoir.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/local/__pycache__/sampler.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/local/__pycache__/sampler.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/local/__pycache__/sampling_rule.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/local/__pycache__/sampling_rule.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/local/reservoir.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/local/sampler.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/local/sampling_rule.json /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/local/sampling_rule.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/reservoir.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/rule_cache.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/rule_poller.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/sampler.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/sampling_rule.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/sampling/target_poller.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/streaming /usr/lib/python3.6/site-packages/aws_xray_sdk/core/streaming/__init__.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/streaming/__pycache__ /usr/lib/python3.6/site-packages/aws_xray_sdk/core/streaming/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/streaming/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/streaming/__pycache__/default_streaming.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/streaming/__pycache__/default_streaming.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/streaming/default_streaming.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/utils /usr/lib/python3.6/site-packages/aws_xray_sdk/core/utils/__init__.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/utils/__pycache__ /usr/lib/python3.6/site-packages/aws_xray_sdk/core/utils/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/utils/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/utils/__pycache__/atomic_counter.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/utils/__pycache__/atomic_counter.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/utils/__pycache__/compat.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/utils/__pycache__/compat.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/utils/__pycache__/search_pattern.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/utils/__pycache__/search_pattern.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/utils/__pycache__/stacktrace.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/utils/__pycache__/stacktrace.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/core/utils/atomic_counter.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/utils/compat.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/utils/search_pattern.py /usr/lib/python3.6/site-packages/aws_xray_sdk/core/utils/stacktrace.py /usr/lib/python3.6/site-packages/aws_xray_sdk/ext /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/__init__.py /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/__pycache__ /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/__pycache__/boto_utils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/__pycache__/boto_utils.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/__pycache__/dbapi2.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/__pycache__/dbapi2.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/__pycache__/util.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/__pycache__/util.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/boto_utils.py /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/botocore /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/botocore/__init__.py /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/botocore/__pycache__ /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/botocore/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/botocore/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/botocore/__pycache__/patch.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/botocore/__pycache__/patch.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/botocore/patch.py /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/dbapi2.py /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/flask /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/flask/__init__.py /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/flask/__pycache__ /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/flask/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/flask/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/flask/__pycache__/middleware.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/flask/__pycache__/middleware.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/flask/middleware.py /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/httplib /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/httplib/__init__.py /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/httplib/__pycache__ /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/httplib/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/httplib/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/httplib/__pycache__/patch.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/httplib/__pycache__/patch.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/httplib/patch.py /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/resources /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/resources/aws_para_whitelist.json /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/sqlite3 /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/sqlite3/__init__.py /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/sqlite3/__pycache__ /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/sqlite3/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/sqlite3/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/sqlite3/__pycache__/patch.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/sqlite3/__pycache__/patch.cpython-36.pyc /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/sqlite3/patch.py /usr/lib/python3.6/site-packages/aws_xray_sdk/ext/util.py /usr/lib/python3.6/site-packages/aws_xray_sdk/version.py /usr/share/doc/packages/python3-aws-xray-sdk /usr/share/doc/packages/python3-aws-xray-sdk/README.md /usr/share/licenses/python3-aws-xray-sdk /usr/share/licenses/python3-aws-xray-sdk/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 16:24:48 2026