| Name: | python3-entrypoints |
|---|---|
| Version: | 0.3 |
| Release: | 1.el8 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 546782 |
| License: | MIT |
| RPM: | python3-entrypoints-0.3-1.el8.noarch.rpm |
| Source RPM: | python-entrypoints-0.3-1.el8.src.rpm |
| Build Date: | Mon Nov 04 2019 |
| Build Host: | jenkins-10-147-72-125-b4e9fa10-6706-4ab7-a61e-ddbed2bd373b.appad1iad.osdevelopmeniad.oraclevcn.com |
| Vendor: | Oracle America |
| URL: | https://entrypoints.readthedocs.io/ |
| Summary: | Discover and load entry points from installed packages |
| Description: | 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. The entrypoints module contains functions to find and load entry points. |