aboutsummaryrefslogtreecommitdiff
path: root/python/python3-entrypoints/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu@protonmail.com>2024-03-07 10:25:07 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-09 06:18:09 +0700
commitb47c13cdba979b6c8ad606e55cd4588c8b77d740 (patch)
tree3c96c430a69b6a0015091132ab044e8a1b690ffb /python/python3-entrypoints/README
parent3f56a0aad1d2415b332b8eaae0a8ba296de3e10d (diff)
python/python3-entrypoints: Added (python3 of entrypoints).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-entrypoints/README')
-rw-r--r--python/python3-entrypoints/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-entrypoints/README b/python/python3-entrypoints/README
new file mode 100644
index 0000000000..f9b9333894
--- /dev/null
+++ b/python/python3-entrypoints/README
@@ -0,0 +1,5 @@
+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.