entrypoints
Discover and load entry points from installed packages.
Discover and load entry points from installed packages.
To install this package, run one of the following:
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
Summary
Discover and load entry points from installed packages.
Information Last Updated
Mar 25, 2025 at 16:21
License
MIT License
Total Downloads
5
GitHub Repository
https://github.com/takluyver/entrypointsDocumentation
https://entrypoints.readthedocs.io/en/latest/