@@ -14,23 +14,23 @@ Microsoft 365 & Microsoft Graph library for Python
1414
1515## Status
1616[ ![ 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 )
2020
2121# Installation
2222
2323Use pip:
2424
2525```
26- pip install Office365-REST-Python-Client
26+ pip install office365-rest-python-client
2727```
2828
2929### Note
3030>
3131> Alternatively the _ latest_ version could be directly installed via GitHub:
3232> ```
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
3434>```
3535
3636# Authentication
@@ -74,7 +74,7 @@ Steps to access:
7474
7575 Documentation:
7676 - [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)
7878
7979 Example: [connect_with_app_principal.py](examples/sharepoint/auth_app_only.py)
8080
@@ -92,7 +92,7 @@ Steps to access:
9292
9393 Documentation:
9494 - [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)
9696
9797 Example: [with_certificate.py](examples/sharepoint/auth_certificate.py)
9898
0 commit comments