@@ -14,23 +14,23 @@ Microsoft 365 & Microsoft Graph library for Python
14
14
15
15
## Status
16
16
[ ![ Downloads] ( https://pepy.tech/badge/office365-rest-python-client/month )] ( https://pepy.tech/project/office365-rest-python-client )
17
- [ ![ PyPI] ( https://img.shields.io/pypi/v/Office365-REST-Python-Client .svg )] ( https://pypi.python.org/pypi/Office365-REST-Python-Client )
18
- [ ![ PyPI pyversions] ( https://img.shields.io/pypi/pyversions/Office365-REST-Python-Client .svg )] ( https://pypi.python.org/pypi/Office365-REST-Python-Client / )
19
- [ ![ Build Status] ( https://travis-ci.com/vgrem/Office365-REST-Python-Client .svg?branch=master )] ( https://travis-ci.com/vgrem/Office365-REST-Python-Client )
17
+ [ ![ PyPI] ( https://img.shields.io/pypi/v/office365-rest-python-client .svg )] ( https://pypi.python.org/pypi/office365-rest-python-client )
18
+ [ ![ PyPI pyversions] ( https://img.shields.io/pypi/pyversions/office365-rest-python-client .svg )] ( https://pypi.python.org/pypi/office365-rest-python-client / )
19
+ [ ![ Build Status] ( https://travis-ci.com/vgrem/office365-rest-python-client .svg?branch=master )] ( https://travis-ci.com/vgrem/office365-rest-python-client )
20
20
21
21
# Installation
22
22
23
23
Use pip:
24
24
25
25
```
26
- pip install Office365-REST-Python-Client
26
+ pip install office365-rest-python-client
27
27
```
28
28
29
29
### Note
30
30
>
31
31
> Alternatively the _ latest_ version could be directly installed via GitHub:
32
32
> ```
33
- >pip install git+https://github.com/vgrem/Office365-REST-Python-Client .git
33
+ >pip install git+https://github.com/vgrem/office365-rest-python-client .git
34
34
>```
35
35
36
36
# Authentication
@@ -74,7 +74,7 @@ Steps to access:
74
74
75
75
Documentation:
76
76
- [Granting access using SharePoint App-Only](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azureacs)
77
- - [wiki](https://github.com/vgrem/Office365-REST-Python-Client /wiki/How-to-connect-to-SharePoint-Online-and-and-SharePoint-2013-2016-2019-on-premises--with-app-principal)
77
+ - [wiki](https://github.com/vgrem/office365-rest-python-client /wiki/How-to-connect-to-SharePoint-Online-and-and-SharePoint-2013-2016-2019-on-premises--with-app-principal)
78
78
79
79
Example: [connect_with_app_principal.py](examples/sharepoint/auth_app_only.py)
80
80
@@ -92,7 +92,7 @@ Steps to access:
92
92
93
93
Documentation:
94
94
- [Granting access via Azure AD App-Only](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azuread)
95
- - [wiki](https://github.com/vgrem/Office365-REST-Python-Client /wiki/How-to-connect-to-SharePoint-Online-with-certificate-credentials)
95
+ - [wiki](https://github.com/vgrem/office365-rest-python-client /wiki/How-to-connect-to-SharePoint-Online-with-certificate-credentials)
96
96
97
97
Example: [with_certificate.py](examples/sharepoint/auth_certificate.py)
98
98
0 commit comments