As a user, I can specify Remote.includes with a requirements.txt
Abierto
Nadie ha tomado este issue todavía.
feature request
- Lenguaje dominante
- Python
- Estrellas
- 49
- Forks
- 88
- Merge medio
- 1 d 10 h
- PR fusionados (30 d)
- 31
Descripción
Original Pulp Redmine Issue: https://pulp.plan.io/issues/4711
This will fill out the common workflow:
- pip install something from pypi. (pip will do dependency resolution)
- pip freeze > requirements.txt (will include packages and all deps)
- Create a warehouse remote, with requirements.txt used to populate the includes
This will significantly simplify the workflow, preventing the user from having to hand-parse their own includes.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Start by tracing how a warehouse remote handles Remote.includes and how requirements.txt is represented. The change is done when a requirements.txt produced by pip freeze can populate the remote's includes, simplifying the described PyPI workflow.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- python
- Área
- backend
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 25/100