Metadata-Version: 2.1
Name: apache-skywalking-py312
Version: 1.1.0
Summary: The Python Agent for Apache SkyWalking, which provides the native tracing/metrics/logging/profiling abilities for Python projects.
Home-page: https://skywalking.apache.org/
Author: Apache Software Foundation
Author-email: dev@skywalking.apache.org
Maintainer: Apache SkyWalking Community
Maintainer-email: dev@skywalking.apache.org
Requires-Python: >=3.12,<4.0
License-File: LICENSE
Requires-Dist: grpcio
Requires-Dist: grpcio-tools
Requires-Dist: packaging
Requires-Dist: psutil<=5.9.5
Requires-Dist: wrapt
Provides-Extra: all
Requires-Dist: requests>=2.26.0; extra == "all"
Requires-Dist: kafka-python; extra == "all"
Requires-Dist: uvloop<0.18.0,>=0.17.0; extra == "all"
Requires-Dist: aiokafka<0.9.0,>=0.8.0; extra == "all"
Requires-Dist: aiohttp<4.0.0,>=3.7.4; extra == "all"
Provides-Extra: async
Requires-Dist: uvloop<0.18.0,>=0.17.0; extra == "async"
Requires-Dist: aiokafka<0.9.0,>=0.8.0; extra == "async"
Requires-Dist: aiohttp<4.0.0,>=3.7.4; extra == "async"
Provides-Extra: asynchttp
Requires-Dist: uvloop<0.18.0,>=0.17.0; extra == "asynchttp"
Requires-Dist: aiohttp<4.0.0,>=3.7.4; extra == "asynchttp"
Provides-Extra: asynckafka
Requires-Dist: uvloop<0.18.0,>=0.17.0; extra == "asynckafka"
Requires-Dist: aiokafka<0.9.0,>=0.8.0; extra == "asynckafka"
Provides-Extra: http
Requires-Dist: requests>=2.26.0; extra == "http"
Provides-Extra: kafka
Requires-Dist: kafka-python; extra == "kafka"
Provides-Extra: sync
Requires-Dist: requests>=2.26.0; extra == "sync"
Requires-Dist: kafka-python; extra == "sync"

