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

any reason for this vs. plumbum?
Sultan seems less like bash and more like a Python to me. Not having to pass everything as a list of tokens feels nicer.
Gotta admit, that syntax is a lot easier on the eyes than subprocess.
Thanks for this, very interesting!
pyinvoke (used by fabric, which ansible uses iirc) in in the same vein