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.
Last Updated
Apr 19, 2022 at 15:41
License
MIT License
Total Downloads
1.0M
Supported Platforms
Unsupported Platforms
GitHub Repository
https://github.com/takluyver/entrypointsDocumentation
https://entrypoints.readthedocs.io/en/latest/