aboutsummaryrefslogtreecommitdiff
path: root/python/python3-atpublic/README
diff options
context:
space:
mode:
authorYth - Arnaud <yth@ythogtha.org>2023-07-29 07:44:28 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-29 07:44:28 +0700
commit7593d6014b22ea4ffb8e7711ec56231c4fa31b47 (patch)
tree151a520e7c66d63c1ff2459411ff1ca39c7e207e /python/python3-atpublic/README
parent2cc82e4535adb8eaaac1447fdde40ac23d4f2976 (diff)
python/python3-atpublic: Added (Python module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-atpublic/README')
-rw-r--r--python/python3-atpublic/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-atpublic/README b/python/python3-atpublic/README
new file mode 100644
index 0000000000000..1d24540bfa4db
--- /dev/null
+++ b/python/python3-atpublic/README
@@ -0,0 +1,5 @@
+Keep all y'all's __all__'s in sync.
+
+This library provides two very simple decorators that document the
+publicness of the names in your module.
+They keep your module’s __all__ in sync so you don’t have to.