python-poetry / python-poetry/poetry-plugin-bundle
feature proposal: New wheelhouse bundle
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 151
- Forks
- 30
- Avg merge
- 48m
- Merged PRs (30d)
- 5
Description
Hi, I submit a proposal to allow exporting project dependencies as a wheelhouse 👋
This is useful for reproducibility (ref: pip/repeatable-installs).
Actually with poetry we need to do this:
$ poetry export --format requirements.txt --output wheelhouse/requirements.txt
$ poetry run pip wheel --no-deps --wheel-dir wheelhouse/ --requirement wheelhouse/requirements.txt
For exemple, this can be achieve with:
$ poetry bundle wheels /path/to/wheelhouse
I don't know if this plugin should handle this use case, I'm open to feedback 🙂
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
The issue names no repository files, tests, or entry points to inspect. Start by reviewing the proposed poetry export and pip wheel commands, then clarify the plugin's intended scope and define the expected wheelhouse command and output before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100