pipdeptree
pipdeptree copied to clipboard
Great Tool - Get it into pip as pip deptree :)
This is awesome! Let's see if we can get this into pip itself via pip deptree :)
That's a great idea! I will drop an email on the virtualenv mailing list today.
Yeap :) Seriously great idea!
I personally love and prefer to use pip as my package manager for all things Python and prefer not to rely on the Distribution's Package Manager (e.g: yum, apt-get, prt-get, etc)
cheers James
James Mills / prologic
E: [email protected] W: prologic.shortcircuit.net.au
On Thu, Feb 6, 2014 at 3:25 PM, Vineet Naik [email protected]:
That's a great idea! I will drop an email on the virtualenv mailing list today.
— Reply to this email directly or view it on GitHubhttps://github.com/naiquevin/pipdeptree/issues/1#issuecomment-34293646 .
:+1: - it would be great to get this into pip
It could be pip deptree I suppose or it could also be pip freeze --tree.
Bump :)
I had posted on the virtualenv google group but didn't get any response on it.
How about sending a PR to pip at https://github.com/pypa/pip ?
Maybe if they see working code and passing tests, that will pique their curiosity? :smile:
I'll be happy to review it and probably +1 it if the PR is good.
+1 :)
To be honest, I am not sure if I'll be finding enough time in the near future to do a good job of sending a PR to pip and participating in the discussions etc.
Also, there is an open PR on pip with similar functionality. I got to know about it because someone mentioned pipdeptree there. https://github.com/pypa/pip/pull/1946#issuecomment-60562109
Thanks for the interest and encouragement :-)
See https://github.com/pypa/pip/pull/2329 for a pip PR that proposes to add a plugin facility to pip. And then I created https://github.com/naiquevin/pipdeptree/pull/27 to make pipdeptree into such a plugin.
Comments welcome.
Awesome :) Can't wait!
James Mills / prologic
E: [email protected] W: prologic.shortcircuit.net.au
On Tue, Jan 6, 2015 at 7:37 AM, Marc Abramowitz [email protected] wrote:
See pypa/pip#2329 https://github.com/pypa/pip/pull/2329 for a pip PR that proposes to add a plugin facility to pip. And then I created #27 https://github.com/naiquevin/pipdeptree/pull/27 to make pipdeptree into such a plugin.
Comments welcome.
— Reply to this email directly or view it on GitHub https://github.com/naiquevin/pipdeptree/issues/1#issuecomment-68786293.
This would be a pip issue, not here.