v0.10.0 - Package Manager
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
.
- Dependencies are specified by URLs to py files in