mattermost/python-sdk
Nick Misasi 4411ccbcbf feat(06-02): add wrapper dataclasses for User, Team, Channel types
Add Pythonic wrapper types for core Mattermost entities:
- User, UserStatus, CustomStatus, UserAuth, Session, UserAccessToken
- Team, TeamMember, TeamMemberWithError, TeamUnread, TeamStats
- Channel, ChannelMember, ChannelStats, SidebarCategoryWithChannels
- ViewUsersRestrictions and related enums

All wrappers implement from_proto/to_proto for protobuf conversion.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 14:55:48 -05:00
..
scripts feat(06-01): add protobuf code generation script 2026-01-16 14:44:35 -05:00
src/mattermost_plugin feat(06-02): add wrapper dataclasses for User, Team, Channel types 2026-01-16 14:55:48 -05:00
tests test(06-01): add smoke tests for codegen and client 2026-01-16 14:45:01 -05:00
pyproject.toml feat(06-01): add Python SDK package scaffold with pyproject.toml 2026-01-16 14:44:29 -05:00