Skip to content

Commit 7236039

Browse files
committed
Update project doctring and Readme with preview disclaimer
1 parent 0c55b13 commit 7236039

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[![CI Actions Status](https://github.com/microsoftgraph/msgraph-sdk-python-core/workflows/msgraph-sdk-python-core/badge.svg)](https://github.com/microsoftgraph/msgraph-sdk-python-core/actions)
22

3-
## Microsoft Graph Core Python Client Library
3+
## Microsoft Graph Core Python Client Library(Preview Version)
44

55
The Microsoft Graph Core Python client library is a lightweight wrapper around the Microsoft Graph API. It provides functionality to create clients with desired configuration and middleware.
66

7+
**Disclaimer**: Please, be aware that preview versions of `msgraph-core` package are for testing purpose only. Do not use them in a production environment.
8+
79
## Prerequisites
810

911
Python 3.5+ (this library doesn't support older versions of Python)
@@ -20,8 +22,10 @@ To call Microsoft Graph, your app must acquire an access token from the Microsof
2022

2123
### 2. Install the required packages
2224

23-
`pip install msgraph-core`
24-
`pip install azure-identity`
25+
Msgraph-core is available on PyPI
26+
27+
`python -m pip install msgraph-core`
28+
`python -m pip install azure-identity`
2529

2630
### 3. Import modules
2731

msgraph/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
# Licensed under the MIT License.
44
# -----------------------------------
55
"""
6-
Core component of the Microsoft Graph Python SDK consisting of HTTP/Graph Client and a configurable
7-
middleware pipeline
6+
Microsoft Graph Core Library for Python
87
"""
98
from .core import SDK_VERSION
109

0 commit comments

Comments
 (0)