Entry points specification — Python Packaging User Guide
https://packaging.python.org/en/latest/specifications/entry-points/
Aug 09, 2022 · Entry points specification¶. Entry points are a mechanism for an installed distribution to advertise components it provides to be discovered and used by other code. For example: Distributions can specify console_scripts entry points, each referring to a function. When pip (or another console_scripts aware installer) installs the distribution, it will create a …
DA: 19 PA: 43 MOZ Rank: 79