Python SharePoint Library
Project description
SharePlum is an easier way to work with SharePoint services. It handles all of the messy parts of dealing with SharePoint and allows you to write clean and Pythonic code.
Usage
from shareplum import Site from requests_ntlm import HttpNtlmAuth auth = HttpNtlmAuth('DIR\\username', 'password') site = Site('https://abc.com/sites/MySharePointSite/', auth=auth) sp_list = site.List('list name') data = sp_list.GetListItems('All Items', rowlimit=200)
Features
Reading and writing data to SharePoint lists using Python Dictionaries.
Automatic conversion between SharePoint internal names and displayed names.
Using Queries to filter data when retrieving List Items.
Automatic conversion of data types.
Supports Users datatype.
Supports Office365 Sharepoint sites.
Documentation
Contribute
License
This project is licensed under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
SharePlum-0.3.0.tar.gz
(11.4 kB
view hashes)
Built Distribution
Close
Hashes for SharePlum-0.3.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 518c1e5011d6d6a8831ed9498ed3a4334b2df02a1a54a69077f4d6dac616bc04 |
|
MD5 | 93ab6b82aa255ef768e4893c6f16008f |
|
BLAKE2b-256 | 91607ae1739bae934894d1f7f86a3d21799958cd5b14074d8625aec2469de731 |