5 comments (5 comments)2 reactions (2 reactions)0 assignees (0 assignees)Python1,292 stars (1,292 stars)178 forks (178 forks)batch import
help wanted
Description
This is really nice. Would be nice to have it in PyPI and have compatibility for python 2.x as well.
Contributor guide
- Tech stack
- python
- Domain
- toolingrelease
- 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.
- 1-3 hours
- 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.
- unclear
- Prerequisites
- knowledge of Python packagingfamiliarity with setuptoolsbasic PyPI publishing experience
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- The issue requests publishing the project to PyPI and adding Python 2.x compatibility. However, the scope is broad and there is no discussion on whether Python 2 support is still desired. The repository is Python based, but no existing setup.py or packaging configuration is mentioned. Check the current state of the repository for any packaging files (e.g., setup.py, pyproject.toml). Review comments in the issue for any maintainer guidance. Consider that Python 2 is EOL, so the feasibility of that part should be discussed. A concrete first step would be to ask the maintainer for clarification on the desired features and whether a minimal PyPI package without Python 2 support is acceptable.