pulp / pulp/pulp_python

As a user, I can specify Remote.includes with a requirements.txt

オープン
#345 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

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:

  1. pip install something from pypi. (pip will do dependency resolution)
  2. pip freeze > requirements.txt (will include packages and all deps)
  3. 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.

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. 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

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。