Y
Hacker News
new
|
ask
|
show
|
jobs
by
jacobian
4601 days ago
You may want to check out Invoke (
https://github.com/pyinvoke/invoke);
it's the successor to Fabric, and it's Python 3 compatible.
2 comments
twsted
4601 days ago
For what I can see, Invoke is just a revamped version of Fabric’s task running components. Fabric 2.0 will "leverage Invoke for task running, leaving Fabric itself much more library oriented".
link
mh-
4601 days ago
HN appended that link:
https://github.com/pyinvoke/invoke
link