AcademySoftwareFoundation / AcademySoftwareFoundation/rez
Add multi-package support to rez-pip
Open
enhancement
rez-pip
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 374
- Avg merge
- 9d 12h
- Merged PRs (30d)
- 5
Description
Extend rez-pip to support multi-package installations using both requirements.txt and adding multiple packages to the cmdline. e.g.
`rez-pip -i -r arrow Click`
I am unsure how to best handle requirements.txt files. The original argument is -r which rez-pip interprets as "release" already. Opinions?
Contributor guide
Research direction
Start at rez-pip's command-line argument handling and trace how single-package installs and the existing -r release option are parsed. Compare the requested multiple-package invocation with requirements.txt handling; done means both installation forms work without ambiguity around -r.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100