summaryrefslogtreecommitdiffstats
path: root/python/python3-invoke/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-invoke/README')
-rw-r--r--python/python3-invoke/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-invoke/README b/python/python3-invoke/README
new file mode 100644
index 0000000000..c571eeaa0a
--- /dev/null
+++ b/python/python3-invoke/README
@@ -0,0 +1,4 @@
+Invoke is a Python (2.7 and 3.4+) library for managing shell-oriented
+subprocesses and organizing executable Python code into CLI-invokable
+tasks.It draws inspiration from various sources (make/rake,
+Fabric 1.x, etc) to arrive at a powerful & clean feature set.