File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
Welcome to Invoke!
20
20
==================
21
21
22
- Invoke is a Python (2.7 and 3.4+) library for managing shell-oriented
23
- subprocesses and organizing executable Python code into CLI-invokable tasks. It
24
- draws inspiration from various sources (``make ``/``rake ``, Fabric 1.x, etc) to
25
- arrive at a powerful & clean feature set.
22
+ Invoke is a Python library for managing shell-oriented subprocesses and
23
+ organizing executable Python code into CLI-invokable tasks. It draws
24
+ inspiration from various sources (``make ``/``rake ``, Fabric 1.x, etc) to arrive
25
+ at a powerful & clean feature set.
26
26
27
27
To find out what's new in this version of Invoke, please see `the changelog
28
28
<https://pyinvoke.org/changelog.html#{}> `_.
You can’t perform that action at this time.
0 commit comments