Microsoft Graph Core Python Client Library.
The Microsoft Graph Core Python Client Library contains core classes used by Microsoft Graph Python Client Library to send native HTTP requests to Microsoft Graph API.
NOTE:
This is a new major version of the Python Core library for Microsoft Graph based on the Kiota project. We recommend to use this library with the full Python SDK.
Upgrading to this version from the previous version of the Python Core library will introduce breaking changes into your application.
Prerequisites
Python 3.8+
This library doesn't support older versions of Python.
Getting started
1. Register your application
To call Microsoft Graph, your app must acquire an access token from the Microsoft identity platform. Learn more about this -
Authentication and authorization basics for Microsoft Graph
Register your app with the Microsoft identity platform
- Install the required packages
msgraph-core is available on PyPI.
pip3 install msgraph-core
pip3 install azure-id
|