microsoft-agents-hosting-teams 0.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.4
2
+ Name: microsoft-agents-hosting-teams
3
+ Version: 0.0.0
4
+ Summary: Integration library for Microsoft Agents with Teams
5
+ Author: Microsoft Corporation
6
+ Project-URL: Homepage, https://github.com/microsoft/Agents
7
+ Classifier: Programming Language :: Python :: 3
8
+ Classifier: License :: OSI Approved :: MIT License
9
+ Classifier: Operating System :: OS Independent
10
+ Requires-Python: >=3.9
11
+ Requires-Dist: microsoft-agents-hosting-core==0.0.0
12
+ Requires-Dist: aiohttp>=3.11.11
13
+ Dynamic: requires-dist
@@ -0,0 +1,4 @@
1
+ from .teams_activity_handler import TeamsActivityHandler
2
+ from .teams_info import TeamsInfo
3
+
4
+ __all__ = ["TeamsActivityHandler", "TeamsInfo"]