Discover and load entry points from installed packages
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.
| Release | Stable | Testing |
|---|---|---|
| Fedora Rawhide | 0.4-12.fc44 | - |
| Fedora 43 | 0.4-12.fc43 | 0.4-12.fc43 |
| Fedora 42 | 0.4-8.fc42 | - |
| Fedora 41 | 0.4-5.fc41 | - |
| Fedora EPEL 8 | 0.3-1.el8 | - |
| Fedora EPEL 10.2 | 0.4-11.el10_2 | - |
You can contact the maintainers of this package via email at
python-entrypoints dash maintainers at fedoraproject dot org.