communicator Package

communicator Package

Utility to help build Python applications using TransAT API

communicator Module

class transat.communicator.communicator.Communicator(host, username)

Bases: object

Handle remote command execution and data transfer between workers

Note

Uses Paramiko python package

download(remote_path, local_path)
rsync(src, dest)
run_cmd(cmd, wd)
upload(local_path, remote_path)