Comment on Bash-lib: Library for bash utility methods and toolsComments−aeroxis6yShameless 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/−stefco_6yany reason for this vs. plumbum?−vanous6ySultan seems less like bash and more like a Python to me. Not having to pass everything as a list of tokens feels nicer.−Riverheart6yGotta admit, that syntax is a lot easier on the eyes than subprocess.−vanous6yThanks for this, very interesting!−tingletech6ypyinvoke (used by fabric, which ansible uses iirc) in in the same vein
Comments
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/
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