https://github.com/microsoft/debugpy
Score: 33.536795344260874
Last synced: about 19 hours ago
JSON representation
Repository metadata:
An implementation of the Debug Adapter Protocol for Python
- Host: GitHub
- URL: https://github.com/microsoft/debugpy
- Owner: microsoft
- License: other
- Created: 2020-01-15T22:38:20.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-08-17T18:15:55.000Z (9 days ago)
- Last Synced: 2026-08-22T13:09:39.816Z (4 days ago)
- Language: Python
- Homepage: https://pypi.org/project/debugpy/
- Size: 63.2 MB
- Stars: 2,460
- Watchers: 36
- Forks: 200
- Open Issues: 221
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Owner metadata:
- Name: Microsoft
- Login: microsoft
- Email: opensource@microsoft.com
- Kind: organization
- Description: Open source projects and samples from Microsoft
- Website: https://opensource.microsoft.com
- Location: Redmond, WA
- Twitter: OpenAtMicrosoft
- Company:
- Icon url: https://avatars.githubusercontent.com/u/6154722?v=4
- Repositories: 8050
- Last Synced at: 2026-08-21T20:34:30.123Z
- Profile URL: https://github.com/microsoft
GitHub Events
Total
- Create event: 24
- Delete event: 7
- Fork event: 44
- Gollum event: 4
- Issue comment event: 1012
- Issues event: 354
- Member event: 1
- Pull request event: 121
- Pull request review comment event: 66
- Pull request review event: 124
- Push event: 70
- Release event: 10
- Watch event: 383
- Total: 2220
Last Year
- Create event: 6
- Fork event: 6
- Issue comment event: 96
- Issues event: 49
- Member event: 1
- Pull request event: 29
- Pull request review comment event: 11
- Pull request review event: 26
- Push event: 25
- Release event: 3
- Watch event: 81
- Total: 333
Committers metadata
Last synced: 6 days ago
Total Commits: 1,941
Total Committers: 84
Avg Commits per committer: 23.107
Development Distribution Score (DDS): 0.758
Commits in past year: 53
Committers in past year: 17
Avg Commits per committer in past year: 3.118
Development Distribution Score (DDS) in past year: 0.679
| Name | Commits | |
|---|---|---|
| Pavel Minaev | i****h@g****m | 470 |
| Eric Snow | e****y@g****m | 356 |
| Fabio Zadrozny | f****z@g****m | 355 |
| Karthik Nadig | k****g@m****m | 313 |
| Pavel Minaev | p****v@m****m | 102 |
| Don Jayamanne | d****e@y****m | 78 |
| Adam Yoblick | A****k@m****m | 62 |
| Rich Chiodo | r****o | 53 |
| Graham Wheeler | g****r | 19 |
| Steve Dower | s****r@m****m | 14 |
| Stella Huang | 1****5 | 8 |
| giacomo | g****o@w****i | 7 |
| Philip DePetro | p****o@m****m | 7 |
| Copilot | 1****t | 5 |
| Alexandre Perez | a****z@m****m | 5 |
| Jordan Borean | j****3@g****m | 4 |
| Bill Schnurr | b****r@h****m | 3 |
| Derek Keeler | d****k | 3 |
| HeeJae Chang | h****g@m****m | 3 |
| Luciana Abud | 4****d | 2 |
| lmbelo | l****o@l****m | 2 |
| fritzmark | m****l@g****m | 2 |
| Microsoft Open Source | m****e | 2 |
| Luke Riddle | 3****e | 2 |
| Kira Bruneau | k****u@p****e | 2 |
| Karan Dhaodiyal | 2****h | 2 |
| Duprat | y****t@g****m | 2 |
| chubei | c****i@o****m | 2 |
| Darren Meehan | h****i@d****e | 1 |
| Dave Hirschfeld | d****d@g****m | 1 |
| and 54 more... | ||
Issue and Pull Request metadata
Last synced: 2 days ago
Total issues: 669
Total pull requests: 248
Average time to close issues: 6 months
Average time to close pull requests: 17 days
Total issue authors: 486
Total pull request authors: 53
Average comments per issue: 3.99
Average comments per pull request: 2.9
Merged pull request: 187
Bot issues: 0
Bot pull requests: 5
Past year issues: 29
Past year pull requests: 38
Past year average time to close issues: 25 days
Past year average time to close pull requests: 9 days
Past year issue authors: 28
Past year pull request authors: 16
Past year average comments per issue: 4.28
Past year average comments per pull request: 5.42
Past year merged pull request: 26
Past year bot issues: 0
Past year bot pull requests: 5
Top Issue Authors
- int19h (76)
- AdamYoblick (23)
- karthiknadig (18)
- rchiodo (7)
- juliangilbey (5)
- fabioz (5)
- Aarondongsq (4)
- roblourens (4)
- srinidhiPY (3)
- jav-ed (3)
- gfszr (3)
- Andrej730 (3)
- paulacamargo25 (3)
- zljubisic (3)
- brettcannon (3)
Top Pull Request Authors
- rchiodo (71)
- int19h (42)
- AdamYoblick (33)
- heejaechang (6)
- dependabot[bot] (5)
- pdepetro (5)
- aperez (5)
- karthiknadig (4)
- Copilot (4)
- lukejriddle (4)
- cctv130 (3)
- jborean93 (3)
- YuhongZeng (2)
- nicolas-graves (2)
- timfel (2)
Top Issue Labels
- enhancement (135)
- bug (91)
- needs repro (90)
- user responded (26)
- P2 (26)
- test issue (17)
- Stale (17)
- waiting for response (16)
- pydevd (16)
- P1 (13)
- Fixed in next release (8)
- engineering (7)
- external (6)
- needs investigation (6)
- feature-request (5)
- documentation (4)
- security (4)
- duplicate (3)
- infrastructure (3)
- classify (2)
- broken in python beta (1)
- vscode (1)
- P0 (1)
- question (1)
- design (1)
- performance (1)
Top Pull Request Labels
- review-auto:approved (13)
- dependencies (5)
- feature-request (1)
- Fixed in next release (1)
- review-auto:changes-requested (1)
Package metadata
- Total packages: 21
-
Total downloads:
- conda: 30,831,948 total
- pypi: 97,986,283 last-month
- Total docker downloads: 1,501,461,710
- Total dependent packages: 224 (may contain duplicates)
- Total dependent repositories: 22,380 (may contain duplicates)
- Total versions: 122
- Total maintainers: 7
nixpkgs-24.05: python312Packages.debugpy
An implementation of the Debug Adapter Protocol for Python
- Homepage: https://github.com/microsoft/debugpy
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/debugpy/default.nix#L136
- Licenses: MIT
- Latest release: 1.8.1 (published 7 months ago)
- Last Synced: 2026-08-09T02:09:35.797Z (17 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.724%
- Stargazers count: 1.307%
- Forks count: 1.59%
- Maintainers (1)
nixpkgs-unstable: python313Packages.debugpy
Implementation of the Debug Adapter Protocol for Python
- Homepage: https://github.com/microsoft/debugpy
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/debugpy/default.nix#L157
- Licenses: MIT
- Latest release: 1.8.20 (published 6 months ago)
- Last Synced: 2026-08-09T02:09:34.946Z (17 days ago)
- Versions: 2
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.961%
- Stargazers count: 1.631%
- Forks count: 2.214%
- Maintainers (1)
nixpkgs-unstable: python314Packages.debugpy
Implementation of the Debug Adapter Protocol for Python
- Homepage: https://github.com/microsoft/debugpy
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/debugpy/default.nix#L157
- Licenses: MIT
- Latest release: 1.8.20 (published 6 months ago)
- Last Synced: 2026-08-09T02:09:36.231Z (17 days ago)
- Versions: 2
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.961%
- Stargazers count: 1.631%
- Forks count: 2.214%
- Maintainers (1)
pypi.org: debugpy
An implementation of the Debug Adapter Protocol for Python
- Homepage: https://aka.ms/debugpy
- Documentation: https://debugpy.readthedocs.io/
- Licenses: MIT
- Latest release: 1.8.21 (published 3 months ago)
- Last Synced: 2026-08-24T14:06:00.071Z (2 days ago)
- Versions: 56
- Dependent Packages: 214
- Dependent Repositories: 21,484
- Downloads: 97,986,266 Last month
- Docker Downloads: 1,501,461,710
-
Rankings:
- Docker downloads count: 0.039%
- Downloads: 0.05%
- Dependent repos count: 0.053%
- Dependent packages count: 0.13%
- Average: 1.374%
- Stargazers count: 2.407%
- Forks count: 5.562%
- Maintainers (3)
conda-forge.org: debugpy
- Homepage: https://github.com/Microsoft/debugpy
- Licenses: MIT
- Latest release: 1.6.3 (published about 4 years ago)
- Last Synced: 2026-08-03T14:03:40.704Z (23 days ago)
- Versions: 11
- Dependent Packages: 8
- Dependent Repositories: 448
- Downloads: 30,101,628 Total
-
Rankings:
- Dependent repos count: 1.348%
- Dependent packages count: 7.078%
- Average: 9.664%
- Stargazers count: 11.66%
- Forks count: 18.572%
anaconda.org: debugpy
An implementation of the Debug Adapter Protocol for Python
- Homepage: https://github.com/Microsoft/debugpy
- Licenses: MIT
- Latest release: 1.8.21 (published about 2 months ago)
- Last Synced: 2026-07-07T07:06:43.139Z (about 2 months ago)
- Versions: 6
- Dependent Packages: 2
- Dependent Repositories: 448
- Downloads: 730,320 Total
-
Rankings:
- Dependent repos count: 8.08%
- Average: 20.1%
- Stargazers count: 20.737%
- Dependent packages count: 21.567%
- Forks count: 30.015%
pypi.org: buggerking
An implementation of the Debug Adapter Protocol for Python
- Homepage: https://aka.ms/debugpy
- Documentation: https://buggerking.readthedocs.io/
- Licenses: MIT
- Latest release: 1.8.27 (published about 1 year ago)
- Last Synced: 2026-08-24T14:06:46.046Z (2 days ago)
- Versions: 30
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 17 Last month
-
Rankings:
- Dependent packages count: 9.388%
- Average: 31.133%
- Dependent repos count: 52.878%
- Maintainers (3)
nixpkgs-23.11: python310Packages.debugpy
An implementation of the Debug Adapter Protocol for Python
- Homepage: https://github.com/microsoft/debugpy
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/debugpy/default.nix#L120
- Licenses: MIT
- Latest release: 1.8.0 (published 7 months ago)
- Last Synced: 2026-08-09T02:09:31.526Z (17 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-23.05: python310Packages.debugpy
An implementation of the Debug Adapter Protocol for Python
- Homepage: https://github.com/microsoft/debugpy
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/python-modules/debugpy/default.nix#L126
- Licenses: MIT
- Latest release: 1.6.7 (published 7 months ago)
- Last Synced: 2026-08-09T02:09:26.001Z (17 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-23.05: python311Packages.debugpy
An implementation of the Debug Adapter Protocol for Python
- Homepage: https://github.com/microsoft/debugpy
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/python-modules/debugpy/default.nix#L126
- Licenses: MIT
- Latest release: 1.6.7 (published 7 months ago)
- Last Synced: 2026-08-09T02:09:51.820Z (17 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
pkgsrc-netbsd-x86_64-10.1-all: devel/py-debugpy
Implementation of the Debug Adapter Protocol for Python
- Homepage: https://github.com/microsoft/debugpy
- Documentation: https://pkgsrc.se/devel/py-debugpy
- Licenses: mit
- Latest release: 1.8.20 (published 5 months ago)
- Last Synced: 2026-08-09T02:11:40.345Z (17 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
debian-13: debugpy
- Homepage: https://github.com/microsoft/debugpy
- Documentation: https://packages.debian.org/trixie/debugpy
- Licenses: other
- Latest release: 1.8.12+ds-1 (published 7 months ago)
- Last Synced: 2026-08-09T02:11:40.794Z (17 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
ubuntu-24.10: debugpy
- Homepage: https://github.com/microsoft/debugpy
- Licenses: other
- Latest release: 1.8.5+ds-1ubuntu1 (published 7 months ago)
- Last Synced: 2026-08-09T02:10:33.555Z (17 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
ubuntu-23.10: debugpy
- Homepage: https://github.com/microsoft/debugpy
- Licenses: other
- Latest release: 1.6.7+ds-1ubuntu1 (published 7 months ago)
- Last Synced: 2026-08-09T02:13:06.234Z (17 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
nixpkgs-24.05: python311Packages.debugpy
An implementation of the Debug Adapter Protocol for Python
- Homepage: https://github.com/microsoft/debugpy
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/debugpy/default.nix#L136
- Licenses: MIT
- Latest release: 1.8.1 (published 7 months ago)
- Last Synced: 2026-08-09T02:09:36.060Z (17 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
debian-12: debugpy
- Homepage: https://github.com/microsoft/debugpy
- Documentation: https://packages.debian.org/bookworm/debugpy
- Licenses: other
- Latest release: 1.6.6+ds-1 (published 6 months ago)
- Last Synced: 2026-08-09T02:11:55.972Z (17 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
nixpkgs-24.11: python312Packages.debugpy
Implementation of the Debug Adapter Protocol for Python
- Homepage: https://github.com/microsoft/debugpy
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/debugpy/default.nix#L139
- Licenses: MIT
- Latest release: 1.8.8 (published 7 months ago)
- Last Synced: 2026-08-09T02:09:24.089Z (17 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
ubuntu-23.04: debugpy
- Homepage: https://github.com/microsoft/debugpy
- Licenses: other
- Latest release: 1.6.6+ds-1ubuntu2 (published 7 months ago)
- Last Synced: 2026-08-09T02:13:04.055Z (17 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
nixpkgs-23.11: python311Packages.debugpy
An implementation of the Debug Adapter Protocol for Python
- Homepage: https://github.com/microsoft/debugpy
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/debugpy/default.nix#L120
- Licenses: MIT
- Latest release: 1.8.0 (published 7 months ago)
- Last Synced: 2026-08-09T02:09:35.669Z (17 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
ubuntu-24.04: debugpy
- Homepage: https://github.com/microsoft/debugpy
- Licenses: other
- Latest release: 1.8.0+ds-4ubuntu4 (published 7 months ago)
- Last Synced: 2026-08-09T02:10:31.556Z (17 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
nixpkgs-24.11: python311Packages.debugpy
Implementation of the Debug Adapter Protocol for Python
- Homepage: https://github.com/microsoft/debugpy
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/debugpy/default.nix#L139
- Licenses: MIT
- Latest release: 1.8.8 (published 7 months ago)
- Last Synced: 2026-08-09T02:08:10.364Z (17 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
Dependencies
- django *
- flask *
- gevent *
- psutil *
- pytest *
- pytest-cov *
- pytest-timeout *
- pytest-xdist *
- requests *
- setuptools *
- actions/github-script v6 composite
- actions/checkout v3 composite
- github/codeql-action/analyze v2 composite
- github/codeql-action/autobuild v2 composite
- github/codeql-action/init v2 composite
- actions/stale v5 composite
- actions/github-script v6.3.3 composite
- lee-dohm/team-rotation v1 composite
- mcr.microsoft.com/devcontainers/python 3.14 build