shareplum
shareplum copied to clipboard
Pythonic SharePoint
Using shareplum to download files and manipulate locally. It's authenticating and I can delete files successfully. Not sure where files are downloading to when running folder.get_file('source.txt')
Need to fetch the approval status of the file placed in particular folder
Fixes #55
I encountered a Sharepoint list where the 'Title' field has been deleted or renamed. Looks like Shareplum always expects it to be there. C:\ProgramData\Anaconda3\lib\site-packages\shareplum\shareplum.py in __init__(self, session, listName, url, verify_ssl,...
Hi there, great work on this library, it is working very well for me so far. One nicety I liked coming from [sharepy](https://github.com/JonathanHolvey/sharepy) is that it automatically prompts you for...
First of all - thank you for the magnificent module. I have one recurring error while I try to add new items to the list. I have sharepoint on-premise and...
I've got an error when importing `from shareplum import Office365, Site` ``` Traceback (most recent call last): File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/python3.5/runpy.py", line 85, in...
I currently use Anaconda to install and administer my environments. Is there any chance you could package this up and add it to conda-forge for use with Anaconda - see...
During my unit testing I got a warning that a socket was left open. ``` ResourceWarning: unclosed ``` For now, I'm doing... ``` class Site(SuperSite): """ Adding enter/exit methods to...
Hey, finally got around to submitting this PR. I was using work's Office for Sharepoint. How can I setup a minimal Sharepoint for testing? Worse still, my personal is Linux,...