Metadata-Version: 2.1
Name: msgraph-connect
Version: 0.1.4
Summary: Microsoft Graph API client for Python
Author-Email: Konuchov Artem <artem.konuchov@wiredhut.com>
License: MIT
Project-URL: Home, https://github.com/red5ai/msgraph-py
Requires-Python: >=3.9
Requires-Dist: msal>=1.14.0
Requires-Dist: loguru>=0.5.3
Requires-Dist: requests>=2.26
Requires-Dist: configparser; python_version == "2.7"
Requires-Dist: urllib3<3.0.0,>=2.2.1
Description-Content-Type: text/markdown

# Microsoft Graph Client for Excel Workbooks

This Python library provides an interface for managing and manipulating Excel workbooks stored on OneDrive or SharePoint through the Microsoft Graph API. It facilitates operations such as creating workbook sessions, reading and updating cell ranges, and performing calculations.

## Features

- Authenticate using Microsoft identity platform with client credentials.
- Perform operations with Excel workbooks such as creating sessions, reading, and updating cell values.
- Utilize retry strategies for robust API call handling.
- Log detailed errors and operations for debugging and monitoring purposes.

##  Setup
To use this library, you need to register an application in Azure to obtain the client ID, client secret and tenant.


