Commit graph

1 commit

Author SHA1 Message Date
Nick Misasi
8cc1f0b490 feat(13-02): create Python SDK Makefile with dev workflow targets
Add Makefile to python-sdk/ with targets for common development operations:

- venv: Create virtual environment and install dependencies
- proto-gen: Generate Python gRPC code from proto files
- build: Build SDK package (wheel and sdist)
- test: Run pytest test suite
- lint: Run mypy type checking
- clean: Remove build artifacts
- help: Show available targets

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 10:37:24 -05:00