Y
Hacker News
new
|
ask
|
show
|
jobs
by
aeroxis
2411 days ago
Shameless plug but I was not a huge fan of working with bash as I liked python, so I made Sultan:
https://sultan.readthedocs.io/en/latest/
4 comments
stefco_
2411 days ago
any reason for this vs. plumbum?
link
vanous
2411 days ago
Sultan seems less like bash and more like a Python to me. Not having to pass everything as a list of tokens feels nicer.
link
Riverheart
2410 days ago
Gotta admit, that syntax is a lot easier on the eyes than subprocess.
link
vanous
2411 days ago
Thanks for this, very interesting!
link
tingletech
2411 days ago
pyinvoke (used by fabric, which ansible uses iirc) in in the same vein
link