steco

Results 5 issues of steco

# Pull Request Checklist - [ ] Changes follow the [style guide](https://github.com/finbourne/sample-notebooks/blob/master/docs/FINBOURNE%20notebook%20style%20guide.ipynb) - [ ] Tests pass - [ ] Raised the PR against the `develop` branch - [ ]...

# Pull Request Checklist - [ ] Changes follow the [style guide](https://github.com/finbourne/sample-notebooks/blob/master/docs/FINBOURNE%20notebook%20style%20guide.ipynb) - [ ] Tests pass - [ ] Raised the PR against the `develop` branch - [ ]...

I've tested this on my setup and it looks good, but needs a wider set of tests before we can be confident it covers all use-cases **Some notes** - it...

In case it's helpful to anyone, I've updated the [python-hello-world](https://github.com/balena-io-examples/balena-python-hello-world) example to include WiFi Connect - https://github.com/steco/balena-python-hello-world/tree/wifi-connect-example (This is a simpler but working version of https://github.com/balena-io-experimental/balena-wifi-connect-example)

- Replacing pip with uv. The provides better management of transitive dependencies and a better upgrade process (separate uv.lock file) - Split the Dockerfile into a multi-stage process to reduce...