python-poetry / python-poetry/poetry-plugin-bundle

feature proposal: New wheelhouse bundle

Open
#100 1 comment 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.