Merged
Conversation
Co-authored-by: basejumpa <8762228+basejumpa@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add project boilerplate for Python development with GitHub Actions
Add bodyloop-sdk project boilerplate
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bootstrap an empty repo into a fully operational Python SDK project managed by
uv, with CI/CD, devcontainer, and Copilot SDD support.Package
src/bodyloop_sdk/__init__.py—src-layout package exposing__version__pyproject.toml—bodyloop-sdkpackage, hatchling build backend, pytest config,[dependency-groups]for dev depsTooling & Environment
uv.lock— committed lockfile for reproducible installs (uv sync/uv run pytest).devcontainer/devcontainer.json— Python 3.12 +astral-sh/uvfeature;postCreateCommand: uv sync; GitHub Copilot + Pylance extensions; works locally and in CodespacesGitHub Actions
.github/workflows/ci.yml—uv run pytestmatrix across Python 3.11/3.12/3.13 on push/PR.github/workflows/release.yml—uv build→ publish to PyPI via OIDC trusted publishing on GitHub release; no API tokens requiredCopilot / SDD
.github/copilot-instructions.md— codifies a Spec-Driven Development loop: write docstring spec → ask Copilot to implement → ask Copilot to generate testsTests
tests/test_bodyloop_sdk.py— baseline tests asserting__version__exists and is semver-formattedWarning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
astral.sh/usr/bin/curl curl -LsSf REDACTED(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.