peterbe / peterbe/hashin

support wheel build tag regexes

Open
#19 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
107
Forks
31
PR merge metrics
No merged PRs in 30d

Description

eg:

hashin "numpy==1.11.0" --expression="cpy35.*-macosx.*x86_64"

will include

  • numpy-1.11.0-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
  • numpy-1.11.0.tar.gz

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

Start by running the issue's hashin command with --expression="cpy35.*-macosx.*x86_64" and trace where expression matching selects package artifacts. Done means the matching macOS NumPy wheel and the numpy-1.11.0.tar.gz source archive are included as shown.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli, tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.