mattermost/python-sdk
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
..
build/lib/mattermost_plugin fix(python-sdk): accept dict responses from ExecuteCommand hook 2026-01-20 10:08:47 -05:00
scripts chore(10-02): add CI-friendly integration test runner scripts 2026-01-19 15:36:57 -05:00
src fix(python-sdk): accept dict responses from ExecuteCommand hook 2026-01-20 10:08:47 -05:00
tests debug: add extensive logging to trace hook registration flow 2026-01-20 09:12:22 -05:00
Makefile feat(13-02): create Python SDK Makefile with dev workflow targets 2026-01-20 10:37:24 -05:00
pyproject.toml feat(07-01): export hook system public API and add dependencies 2026-01-19 11:18:28 -05:00