Skip to content

v0.10.0 - Package Manager

Compare
Choose a tag to compare
@BrianPugh BrianPugh released this 27 Oct 02:45
· 376 commits to main since this release
ddc7ca0

Features

  • Belay now features a rudimentary package manager via the CLI interface. See the docs for details.
    • Dependencies are specified by URLs to py files in pyproject.toml.
    • Dependencies are downloaded/updated via belay update and cached to .belay-lib/. This directory should be committed to project git repos.
    • Dependencies and project are minified/compiled and synced to device via belay install.