Skip to content

Releases: jamesgrogantech/sharepoint-online-python

v0.0.10 Beta

05 Dec 22:41

Choose a tag to compare

Fixes an issue with authentication returning an invalid token due to unspecified origin header.

Fixes #1 where the limit of items was set to 200. It will now iterate until all the items have been gathered.

SharePoint Online Python 0.0.9 Beta

12 Jun 22:45

Choose a tag to compare

This release adds the following features

  • Cleaner import
  • Tighter integration with Pandas to allow better data clean-up from Graph API
  • Titles for Pandas columns are pulled from the API rather than using the auto-generated API field names.
  • Early stage write access with update_rows(). This feature in particular may be unstable.

SharePoint Online Python 0.0.8 Beta

24 Dec 17:08

Choose a tag to compare

This is an early release beta version. Not recommended for production.

Features include:

  • Authentication with Azure AD SSO
  • Retrival of SharePoint List Items
  • Token Caching