{"library":"microsoft-teams-common","title":"Microsoft Teams Common Library","description":"Common package for building Microsoft Teams bots and apps in Python. Provides shared models, utilities, and middleware. Current stable version is 2.0.0, released June 2025. The library is under active development with alpha pre-releases on the v2.0.0 track.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install microsoft-teams-common"],"cli":null},"imports":["from microsoft_teams.common import MicrosoftTeamsCommon"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nfrom microsoft_teams.common import MicrosoftTeamsCommon\n\n# Initialize common client with optional configuration\nclient = MicrosoftTeamsCommon(\n    app_id=os.environ.get('TEAMS_APP_ID', ''),\n    app_password=os.environ.get('TEAMS_APP_PASSWORD', ''),\n)\nprint('Common client initialized successfully.')","lang":"python","description":"Basic setup to initialize the common module. Requires TEAMS_APP_ID and TEAMS_APP_PASSWORD environment variables for authentication.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}