A template to start hobby projects (Python, Bazel, uv, VSCode, Pyrefly).
sudo apt install npm && \
sudo npm install -g @bazel/bazeliskecho "example-pypi-package>=0.1.0" >> requirements.txt && \
./update_requirements.sh && \
git add requirements* .vscode/settings.json gazelle_python.yaml pypi_pkgs_lock.bzlbazel run //examples/py_hello_world:hello_world && \
bazel test //examples/py_hello_world:hello_world_testbazel run //:gazelle