remote-dev

package for automating running and developing on a remote server


License
Apache-2.0
Install
pip install remote-dev==0.1.2

Documentation

remote dev

Setup:

  1. Create a virtual env
  2. Install this package
  3. Make sure you can ssh passwordless into the remote host
  4. Create a settings.yaml file. see example_settings/settings.yaml for an example
  5. You should be good to go

Available commands:

  1. initialize_remote
    1. sets everything up creates a virtual env and installs the dependencies
  2. test
    1. runs all the unit tests on the pi
  3. run "< commands >"
    1. First syncs and then runs a script on the remote device