aboutcode-org / aboutcode-org/pip-requirements-parser

Support http/https nested requirements

Ouverte
#18 2 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Python
Étoiles
20
Forks
13
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

Hi,

Thanks for this lib, it is very useful !

I was trying to use it in `pip-deepfreeze` as a replacement of my own copy of the pip parser (https://github.com/sbidoul/pip-deepfreeze/pull/107), when I realized it only supports nested requirements that are local files. `pip` does support http and https URLs as nested requirements files.

Would you consider this in scope?

It could be implemented with an optional `fetch` function to be provided by the user and called when nested requirements are `http` or `https`. This way, this project would not need to depend on an http client library nor worry about all the subtleties involved with URL fetching such as authentication, etc.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.