mattermost/examples/hello_python/requirements.txt
Nick Misasi dcf2d8ba4b feat(10-01): implement example plugin with multiple hooks
Add plugin.py demonstrating SDK capabilities:
- OnActivate: Log activation, get server version via API
- OnDeactivate: Log deactivation
- MessageWillBePosted: Simple word filter example
- ExecuteCommand: /hello command with subcommand support

Also add requirements.txt specifying SDK dependency.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 15:27:55 -05:00

4 lines
193 B
Text

# Mattermost Plugin SDK for Python
# In development, install with: pip install -e ../../python-sdk
# In production, install with: pip install mattermost-plugin-sdk
mattermost-plugin-sdk>=0.1.0