On Tue, Feb 28, 2017, 21:18 Jim Fulton <[email protected]> wrote: On Tue, Feb 28, 2017 at 10:14 AM, Pradyun Gedam <[email protected]> wrote: ...
4. (if time permits) Move any dependency resolution code out into a separate library. This would make it possible for other projects (like buildout or a future pip replacement) to reuse the dependency resolver. Thank you! Welcome! ... I do intend to reuse some of the work done by Robert Collins in PR #2716 on pip's GitHub repository. Are you aware of the proof of concept in distlib? I am. I had looked at it a few weeks back. IIRC it makes a dependency graph using distlib and operates with that. I haven't really understood how it gets the information about dependencies without downloading the packages... I'll give it another pass this weekend. https://distil.readthedocs.io/en/0.1.0/overview.html#actual-improvements Jim -- Jim Fulton http://jimfulton.info
_______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
