1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Python3,699 stars (3,699 stars)132 forks (132 forks)batch import
help wanted
Description
For macOS users, it'd be nice to be able to install this via homebrew.
Contributor guide
- Tech stack
- pythonshell
- Domain
- clitooling
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Homebrew knowledgePython packaging
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- The issue requests a Homebrew installation method for macOS users. Research how to create a Homebrew formula for a Python CLI tool. Look at existing Homebrew formulas for Python packages, especially for terminal tools. Check the repository's current installation methods (pip) and consider whether to submit a formula to homebrew core or provide a custom tap. The repository's setup.py or pyproject.toml should be reviewed. No linked PRs or assignees, but the issue is old and likely still open for contribution.