Benjamin Trigona-Harany e3c49c049b python/entrypoints: Updated for version 0.2.3. %!s(int64=8) %!d(string=hai) anos
..
README 88e26a9d85 python/entrypoints: Added (Discover & load entry points). %!s(int64=8) %!d(string=hai) anos
entrypoints.SlackBuild e3c49c049b python/entrypoints: Updated for version 0.2.3. %!s(int64=8) %!d(string=hai) anos
entrypoints.info e3c49c049b python/entrypoints: Updated for version 0.2.3. %!s(int64=8) %!d(string=hai) anos
setup.py 88e26a9d85 python/entrypoints: Added (Discover & load entry points). %!s(int64=8) %!d(string=hai) anos
slack-desc 88e26a9d85 python/entrypoints: Added (Discover & load entry points). %!s(int64=8) %!d(string=hai) anos

README

The entrypoints module contains functions to find and load entry points. 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.