As a user, I can specify Remote.includes with a requirements.txt
オープン
まだ誰も着手していません。
feature request
- 主要言語
- Python
- スター
- 49
- フォーク
- 88
- 平均マージ
- 1日 10時間
- マージ済み PR(30日)
- 31
説明
Original Pulp Redmine Issue: https://pulp.plan.io/issues/4711
This will fill out the common workflow:
- pip install something from pypi. (pip will do dependency resolution)
- pip freeze > requirements.txt (will include packages and all deps)
- Create a warehouse remote, with requirements.txt used to populate the includes
This will significantly simplify the workflow, preventing the user from having to hand-parse their own includes.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
Start by tracing how a warehouse remote handles Remote.includes and how requirements.txt is represented. The change is done when a requirements.txt produced by pip freeze can populate the remote's includes, simplifying the described PyPI workflow.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- backend
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 25/100