pyinfra v0.4 – control thousands of servers with Python
pyinfra - :zap: Deploy stuff by diff-ing the state you want against the remote server... (more…)
Read more »For the oil prototype, I used Python 3 rather than Python 2 to take advantage
of both type annotations and type checking with mypy. The
mypy type system seems fairly similar to the C++ type system, so these
annotations should help when porting the parser…