python-poetry / python-poetry/poetry-plugin-bundle
Add possibility to install dependencies to target directory. pip -t flag analogue
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 151
- Forks
- 30
- Avg merge
- 48m
- Merged PRs (30d)
- 5
Description
Add possibility to install dependencies to target directory without creating a venv. pip -t flag analogue.
The proposed command example is
poetry bundle site-packages ./vendor
Creating this ticket here as suggested on the poetry issue tracker
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the proposed poetry bundle site-packages ./vendor command and review the linked Poetry issue for context on the requested behavior. Done means dependencies can be installed into the specified target directory without creating a virtual environment, with the command and destination behavior documented or tested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100