Skip to content

A small Python library for interacting with SharePoint document libraries

License

Notifications You must be signed in to change notification settings

ThatsItForTheOtherOne/sharkpoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SharkPoint

A small library for interacting with SharePoint document libaries (and hopefully more!)

Usage

import sharkpoint
import azure.identity

ident = azure.identity.AzureDefaultCredential()
sharepoint_instance = sharkpoint.Sharepoint("contoso.sharepoint.com", ident)

site = sharkpoint.get_site("spam")
site.listdir("Shared Documents/")

file = site.open("Shared Documents/eggs.txt")
file.write("foo")
file.close()

Why SharkPoint?

I couldn't think of anything else

About

A small Python library for interacting with SharePoint document libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages