python38-entrypoints Python 3.8 - entrypoints - Discover and load entry points 3.2.5 2022-05-01 eisfair-noarch the eisfair team, team(at)eisfair(dot)org stable
python3
python38-base 3.2.5 Internal Program Version: entrypoints 0.3 Entry points are a way for Python packages to advertise objects with some common interface. The most common examples are console_scripts entry points, which define shell commands by identifying a Python function to run. Groups of entry points, such as console_scripts, point to objects with similar interfaces. An application might use a group to find its plugins, or multiple groups if it has different kinds of plugins. https://github.com/takluyver/entrypoints