tingbot / tingbot-python

🔩 Python APIs to write apps for Tingbot
Other
18 stars 9 forks source link

tbtool: Use paramiko for communication rather than shelling out to ssh and rsync #37

Closed joerick closed 8 years ago

joerick commented 8 years ago

This will help with cross-platform issues - paramiko is a Python library that's available for Mac, Win, Linux. We can list paramiko as a dependency in setup.py to ensure everyone with tbtool can use it, without depending on ssh and rsync tools on the system.

Might also clean up the code a bit!

See: https://github.com/tingbot/tide-electron/issues/10