summaryrefslogtreecommitdiffstats
path: root/python/python3-entrypoints/README
diff options
context:
space:
mode:
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.