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