<p dir="ltr">On Nov 16, 2015 11:57 PM, "Thomas Güttler" <<a href="mailto:guettliml@thomas-guettler.de">guettliml@thomas-guettler.de</a>> wrote:<br>
><br>
> > The job of a dependency is to enable tools like pip [#pip]_ to find the right<br>
> > package to install.<br>
><br>
> My worries: AFAIK pip is not a library.<br>
><br>
> I don't want to re-implement code to handle this pep.<br>
><br>
> I would like to re-use.<br>
><br>
> But AFAIK pip is not a library.<br>
><br>
> I am stupid and don't know how to proceed.<br>
><br>
> Please tell me what to do.</p>
<p dir="ltr">Presumably there will be a dependency parser added to the 'packaging' library, which already exists as a standard place to stick stuff like this, so you'll just use that. (E.g. it's what pip uses for PEP 440 version parsing today.)</p>
<p dir="ltr"><a href="https://pypi.python.org/pypi/packaging">https://pypi.python.org/pypi/packaging</a></p>
<p dir="ltr">-n</p>