Python Forum
Why Pip is not listed in the official Global Python Module index?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why Pip is not listed in the official Global Python Module index?
#3
Pip is a package manager/installer for Python modules/packages.
So it's a step above modules/packages,as it been used to install 3-party modules/packages.

pip are under the wings of Python Packaging Authority (PyPA).
One of the goals of PyPA:
PyPA Wrote:To improve the docs for users, including the Python Packaging User Guide, anything related to packaging on docs.python.org,
and the project docs for pip, setuptools, virtualenv, and wheel.
quazirfan likes this post
Reply


Messages In This Thread
RE: Why Pip is not listed in the official Global Python Module index? - by snippsat - Apr-21-2023, 10:55 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Confused by 'break' in the official documents Chuck_Norwich 2 2,473 Apr-12-2020, 09:26 PM
Last Post: Chuck_Norwich
  Global variable does not seem to be global. Columbo 6 3,762 Jul-15-2019, 11:00 PM
Last Post: Columbo
  help with threading module and passing global variables ricardons 1 7,913 Feb-21-2019, 12:48 PM
Last Post: stullis
  [Python Class] save method output to global file/list Vijay 3 5,125 Dec-23-2017, 03:20 AM
Last Post: Vijay
  Python code with serial port and global undefined marciokoko 13 14,592 Jan-17-2017, 06:14 PM
Last Post: micseydel
  Sharing global variables between script in python capponero 3 19,650 Oct-27-2016, 09:56 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020