Metadata-Version: 2.4
Name: arcade_microsoft
Version: 2.0.0
Summary: This package is no longer maintained. Please visit https://docs.arcade.dev for the latest Arcade integrations.
Author-email: Arcade <dev@arcade.dev>
License: Proprietary - Arcade Software License Agreement v1.0
License-File: LICENSE
Keywords: deprecated
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: arcade-tdk<4.0.0,>=3.0.0
Requires-Dist: beautifulsoup4<5.0.0,>=4.10.0
Requires-Dist: msgraph-sdk<2.0.0,>=1.28.0
Requires-Dist: pytz<2025.0.0,>=2024.2
Provides-Extra: dev
Requires-Dist: arcade-mcp[evals]<2.0.0,>=1.1.0; extra == 'dev'
Requires-Dist: arcade-serve<4.0.0,>=3.0.0; extra == 'dev'
Requires-Dist: mypy<1.6.0,>=1.5.1; extra == 'dev'
Requires-Dist: pre-commit<3.5.0,>=3.4.0; extra == 'dev'
Requires-Dist: pytest-asyncio<0.25.0,>=0.24.0; extra == 'dev'
Requires-Dist: pytest-cov<4.1.0,>=4.0.0; extra == 'dev'
Requires-Dist: pytest<8.4.0,>=8.3.0; extra == 'dev'
Requires-Dist: ruff<0.8.0,>=0.7.4; extra == 'dev'
Requires-Dist: tox<4.12.0,>=4.11.1; extra == 'dev'
Description-Content-Type: text/markdown

# arcade_microsoft — DEPRECATED

> **This toolkit is deprecated**

`arcade_microsoft` is the legacy monolithic Microsoft toolkit. It has been superseded by
focused, per-service toolkits that follow the MCPApp pattern. No new features will be added here.

## Migration guide

Replace imports and usage of `arcade_microsoft` with the appropriate replacement toolkit:

| `arcade_microsoft` module                    | Replacement toolkit           |
| -------------------------------------------- | ----------------------------- |
| `arcade_microsoft.outlook_mail`              | `arcade_outlook_mail`         |
| `arcade_microsoft.outlook_calendar`          | `arcade_outlook_calendar`     |
