Skip to content

Latest commit

 

History

97 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

EasySharePoint

v.0.1

About

EasySharePoint is a Python 3 module to perform HTTP requests to Microsoft Sharepoint easily. It relays on well known and loved requests library http://docs.python-requests.org/en/master/.

Features

EasySharepoint utilizes whole Microsoft Sharepoint REST architecture to work with lists, views, folders and files.

Installation

$ pip install easy_sharepoint



Usage

import easy_sharepoint

connector = easy_sharepoint.SharePointConnector("login", "password", "sharepointURL")
connector.create_new_list(list_name="myNewList")

myList = connector.get_list_items(list_name="myNewList")

Above Example establishes session with SharePoint Site, then creates new list and assigns all its items to variable myList. Feel free to check other methods of SharePointConnector Object.

About

Sharepoint List Operations Python Libriary

Resources

Stars

14 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages