blob: a251d0e75dd7d314e54a841b3588867f7b1e31a9 [file] [view]
# SkyWalking Python Agent
**This is the official documentation of SkyWalking Python agent. Welcome to the SkyWalking community!**
The Python Agent for Apache SkyWalking provides the native tracing/metrics/logging abilities for Python projects.
This documentation covers a number of ways to set up the Python agent for various use cases.
[![GitHub stars](https://img.shields.io/github/stars/apache/skywalking-python.svg?style=for-the-badge&label=Stars&logo=github)](https://github.com/apache/skywalking-python)
[![Twitter Follow](https://img.shields.io/twitter/follow/asfskywalking.svg?style=for-the-badge&label=Follow&logo=twitter)](https://twitter.com/AsfSkyWalking)
![Release](https://img.shields.io/pypi/v/apache-skywalking)
![Version](https://img.shields.io/pypi/pyversions/apache-skywalking)
![Build](https://github.com/apache/skywalking-python/actions/workflows/CI.yaml/badge.svg?event=push)
## Contact Us
* Submit an [issue](https://github.com/apache/skywalking/issues/new) following the GitHub Issues template.
* Mail list: **dev@skywalking.apache.org**.
Mail to **dev-subscribe@skywalking.apache.org**, follow the reply to subscribe the mail list.
* Join the `skywalking` Slack channel at Apache Software Foundation by sending a request to the mail list - dev@skywalking.apache.org, we will invite you in.
* Twitter - [ASFSkyWalking](https://twitter.com/AsfSkyWalking)
## Contributing
Before submitting a pull request or push a commit, please read our [contributing](https://github.com/apache/skywalking-python/blob/master/CONTRIBUTING.md) and [developer guide](en/contribution/Developer.md).