As a user, I can specify Remote.includes with a requirements.txt
Đang mở
Chưa có ai nhận issue này.
feature request
- Ngôn ngữ chính
- Python
- Star
- 49
- Fork
- 88
- Merge trung bình
- 1 ngày 10 giờ
- Pull request đã merge (30 ngày)
- 31
Mô tả
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.
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Hướng nghiên cứu
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.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- python
- Lĩnh vực
- backend
- Loại issue
- Tính năng
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 25/100