Metadata-Version: 2.4
Name: sharepoint-uploader
Version: 1.0.2
Summary: A Python package for uploading files to SharePoint
Home-page: https://https://github.com/The-Fruit-People/Sharepoint_uploader_pckg
Author: Rizwana
Author-email: rizwana@thefruitpeople.ie
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.25.1
Requires-Dist: msal>=1.16.0
Requires-Dist: pandas>=1.2.0; python_version < "3.8"
Requires-Dist: pandas>=1.3.0; python_version >= "3.8"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# SharePoint Uploader Python Package

A Python package for uploading files to SharePoint using Microsoft Graph API.

## Installation

```bash
pip install sharepoint-uploader


