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

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.