<p dir="ltr">pip is actually developed as a separate project from python itself -- if you're interested in improving pip then your best bet is to get in touch with them through their mailing list or their bug tracker.</p>
<div class="gmail_quote">On Aug 21, 2015 00:53, "shiva prasanth" <<a href="mailto:kesavarapu.siva@gmail.com">kesavarapu.siva@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div>i just learned decorators and i'm in a verge of asking why no decorators for objects<br></div>thanks for helping me understand the concept of decorators. it was very helpful.<br><br></div>suppose let us say we installed pyjnius using pip.<br></div>when i'm trying to import pyjnius it shows<br></div>>>>import pyjnius<br>>>>`ImportError:` No module named pyjnius<br><br></div>pip list does shows that pyjnius but there is no info about how it should beĀ imported.<br><br></div><div>i think we should be adding that functionality so that we dont have to google around to know in which way should be imported.<br><br></div><div>pip freeze shows the version not.<br></div><div>pip show : shows the meta info of every thing except the pymodule's thing<br><br></div><div>let us say if pip list shows info like<br>pip list<br><name> (<version>) <importname(module/package><br><br></div><div>then it should be very helpful for coders<br><br></div><div>i also think of pip moduletree which will shows the package structure of the package.(like pstree in unix shell)<br></div><div>but noone was interested .<br></div><div>i anyone was interested. i want to do it and submit<br></div></div>
<br>_______________________________________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" rel="noreferrer" target="_blank">http://python.org/psf/codeofconduct/</a><br></blockquote></div>