Benjamin Trigona-Harany e3c49c049b python/entrypoints: Updated for version 0.2.3. 8 tahun lalu
..
README 88e26a9d85 python/entrypoints: Added (Discover & load entry points). 8 tahun lalu
entrypoints.SlackBuild e3c49c049b python/entrypoints: Updated for version 0.2.3. 7 tahun lalu
entrypoints.info e3c49c049b python/entrypoints: Updated for version 0.2.3. 7 tahun lalu
setup.py 88e26a9d85 python/entrypoints: Added (Discover & load entry points). 8 tahun lalu
slack-desc 88e26a9d85 python/entrypoints: Added (Discover & load entry points). 8 tahun lalu

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.