aboutsummaryrefslogtreecommitdiff
path: root/python/python3-docopt/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-docopt/README')
-rw-r--r--python/python3-docopt/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-docopt/README b/python/python3-docopt/README
new file mode 100644
index 000000000000..e7baa21d2b0e
--- /dev/null
+++ b/python/python3-docopt/README
@@ -0,0 +1,5 @@
+python3-docopt (Command-line interface description language)
+
+docopt helps you
+ -define interface for your command-line app
+ -automatically generate parser for it.