From b47c13cdba979b6c8ad606e55cd4588c8b77d740 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Thu, 7 Mar 2024 10:25:07 +0700 Subject: python/python3-entrypoints: Added (python3 of entrypoints). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-entrypoints/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-entrypoints/README (limited to 'python/python3-entrypoints/README') 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. -- cgit v1.2.3