pythere is a tool to run python scripts over ssh
- Put you code into script/main.py
- List any dependencies in script/requirements.txt (Optional)
- Run "pythere user@remotehost script/"
Pythere bundles any files in the script folder and execute on remote host. If script/requirements.txt exists, the listed dependencies will be available. (Only pure python packages will be guaranteed to work)