Remove debugpy as dependency?
- 主要言語
- Python
- スター
- 734
- フォーク
- 412
- 平均マージ
- 1日 5時間
- マージ済み PR(30日)
- 8
説明
debugpy is quite a heavy dependency, before it was a build dependency, but now it's standard:
It shows up as 28MB on disk
```
28M /Users/maartenbreddels/venvs/solara-size1/lib/python3.9/site-packages/debugpy
```
On pypi https://pypi.org/project/debugpy/#files it's ~5mb.
I'm not sure everyone needs a debugger, and in times of pyodide/pyscript, size matters :)
I think the code is already prepared for it (try block around the import).
コントリビューションガイド
調査の方向性
No files or tests are named. Start by locating the dependency declaration and the guarded debugpy import referenced in the issue, then inspect how debugger support is packaged and exercised. Done means debugpy is no longer a required dependency while debugger behavior and package installation remain correct.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- devtools
- issue の種類
- リファクタリング
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100