support wheel build tag regexes
Open
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.whlnumpy-1.11.0.tar.gz
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 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