Skip to main content

An easy use of Office365-REST-Python-Client to download/upload/list sharepoint files

Project description

An easy use of Office365-REST-Python-Client to download/upload/list sharepoint files

How to use

Init sharepoint connexion

from sharepointio import sharepointio

tenant = ‘https://mypersonnal.sharepoint.com

site = ‘/sites/12345-MyTeams-Channel’

sharepoint = sharepointio.SharePointBytesIO(tenant, site, username=USERNAME, password=PASSWORD)

Commands

sharepoint.read(path) : Read file in the given path

sharepoint.list_files(folder, site=None, keep_only=None, start_with=None, str_contains=None) : List all files in a folder

sharepoint.list_folders(folder) : List all folders in a folder

sharepoint.move(file, old_path, new_path, site=None) : Move file to another directory

sharepoint.copy(old_path, new_path) : Copy file to another directory

sharepoint.download(file, folder=None, site=None, download_path=None, get_download_path=False) : Download file in a temporary directory

License

SharepointIO is licensed under the Apache 2.0 license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sharepointio-0.0.1.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

sharepointio-0.0.1-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page