{"id":19590082,"url":"https://github.com/sparticleinc/skywalking-python","last_synced_at":"2026-06-12T08:32:43.594Z","repository":{"id":195961040,"uuid":"694050051","full_name":"sparticleinc/skywalking-python","owner":"sparticleinc","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-14T14:42:08.000Z","size":769,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-09T05:13:46.965Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sparticleinc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-20T08:26:15.000Z","updated_at":"2026-04-14T14:42:13.000Z","dependencies_parsed_at":"2024-11-11T08:27:43.514Z","dependency_job_id":"77635edd-4df3-4265-8a2a-86a4322b588e","html_url":"https://github.com/sparticleinc/skywalking-python","commit_stats":null,"previous_names":["sparticleinc/skywalking-python"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sparticleinc/skywalking-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparticleinc%2Fskywalking-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparticleinc%2Fskywalking-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparticleinc%2Fskywalking-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparticleinc%2Fskywalking-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sparticleinc","download_url":"https://codeload.github.com/sparticleinc/skywalking-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparticleinc%2Fskywalking-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34236550,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T08:23:20.685Z","updated_at":"2026-06-12T08:32:43.589Z","avatar_url":"https://github.com/sparticleinc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SkyWalking Python Agent\n\n\u003cimg src=\"https://skywalking.apache.org/assets/logo.svg\" alt=\"Sky Walking logo\" height=\"90px\" align=\"right\" /\u003e\n\n**`sparticle-skywalking`** is the Sparticle-maintained PyPI distribution of the SkyWalking Python agent.\n\nIt provides the native tracing/metrics/logging/profiling abilities for Python projects while keeping the runtime import path unchanged as `skywalking`.\n\n**[SkyWalking](https://github.com/apache/skywalking)**: Application performance monitor tool for distributed systems, especially designed for microservices, cloud native and container-based (Kubernetes) architectures.\n\n\n[![GitHub stars](https://img.shields.io/github/stars/sparticleinc/skywalking-python.svg?style=for-the-badge\u0026label=Stars\u0026logo=github)](https://github.com/sparticleinc/skywalking-python)\n[![Twitter Follow](https://img.shields.io/twitter/follow/asfskywalking.svg?style=for-the-badge\u0026label=Follow\u0026logo=twitter)](https://twitter.com/AsfSkyWalking)\n\n![Release](https://img.shields.io/pypi/v/sparticle-skywalking)\n![Version](https://img.shields.io/pypi/pyversions/sparticle-skywalking)\n![Build](https://github.com/sparticleinc/skywalking-python/actions/workflows/CI.yaml/badge.svg?event=push)\n\n## Documentation\n\n- [Official documentation](https://skywalking.apache.org/docs/#PythonAgent)\n- [Blog](https://skywalking.apache.org/blog/2021-09-12-skywalking-python-profiling/) about the Python Agent Profiling Feature\n\n## Capabilities\n\n| Reporter  | Supported?      | Details                                                    |\n| :-------- | :-------------- | :--------------------------------------------------------- |\n| Trace     | ✅ (default: ON) | Automatic instrumentation + Manual SDK                     |\n| Log       | ✅ (default: ON) | Direct reporter only. (Tracing context in log planned)     |\n| Meter     | ✅ (default: ON) | Meter API + Automatic PVM metrics                          |\n| Event     | ❌ (Planned)     | Report lifecycle events of your awesome Python application |\n| Profiling | ✅ (default: ON) | Threading and Greenlet Profiler                            |\n\n## Installation Requirements\n\nSkyWalking Python Agent requires [Apache SkyWalking 8.0+](https://skywalking.apache.org/downloads/#SkyWalkingAPM) and Python 3.10+.\n\n```bash\npip install \"sparticle-skywalking\"\npip install \"sparticle-skywalking[all]\"\n```\n\n\u003e If you would like to try out the latest features that are not released yet, please refer to this [guide](docs/en/setup/faq/How-to-build-from-sources.md) to build from sources.\n\n## Live Demo\n- Find the [live demo](https://skywalking.apache.org/#demo) with Python agent on our website.\n- Follow the [showcase](https://skywalking.apache.org/docs/skywalking-showcase/next/readme/) to set up preview deployment quickly.\n\n## Contributing\n\nBefore submitting a pull request or pushing a commit, please read our [contributing](CONTRIBUTING.md) and [developer guide](docs/en/contribution/Developer.md).\n\n## Contact Us\n* Mail list: **dev@skywalking.apache.org**. Mail to `dev-subscribe@skywalking.apache.org`, follow the reply to subscribe the mail list.\n* Send `Request to join SkyWalking slack` mail to the mail list(`dev@skywalking.apache.org`), we will invite you in.\n* Twitter, [ASFSkyWalking](https://twitter.com/AsfSkyWalking)\n* QQ Group: 901167865, 392443393\n* Package maintenance contact: hy.zhu@sparticle.com\n* [bilibili B站 视频](https://space.bilibili.com/390683219)\n\n## License\nApache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparticleinc%2Fskywalking-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsparticleinc%2Fskywalking-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparticleinc%2Fskywalking-python/lists"}