ayrton
is an modification of the Python language that tries to make it look more
like a shell programming language. It takes ideas already present in sh
, adds a
few functions for better emulating envvars, and provides a mechanism for (semi)
transparent remote execution via ssh
.
A small update on v0.7.2
:
- Fix iterating over the log ouput of a
Command
in synchronous mode (that is, not running in the_bg
). This complements the fix in the previous release.
pythonayrton