Skip to content

v0.5.0 Generators, Printing, and a CLI

Compare
Choose a tag to compare
@BrianPugh BrianPugh released this 27 Aug 18:45
· 492 commits to main since this release

Features

  • Added a new command line program, belay. Run belay --help for more information.
    • Currently only one supported action, sync, to sync a folder to the device's root.
  • Added the public method Device.close() to gracefully close device connection (Partially addresses #14).
  • Support decorating generator functions with the task decorator (Addresses #15).
  • print calls from device are now forwarded to host's stdout. User print statements must not begin with _BELAY, as these are reserved for internal use.