Metadata-Version: 2.1
Name: simple-sharepoint
Version: 0.0.2
Summary: Simple way to handle sharepoint with python
Home-page: UNKNOWN
Author: sprumin
Author-email: sprumin@wellbia.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: Office365-REST-Python-Client

Simple way to handle sharepoint with python.
Provides the ability to upload files and directories. 

## Installation

install the latest stable version using `pip`

```shell
$ pip install simple-sharepoint
```


