Metadata-Version: 2.1
Name: octo_onedrive
Version: 0.0.9
Summary: OctoPrint OneDrive Communication Module
Home-page: https://github.com/cp2004/Octo-OneDrive
Author: Charlie Powell
Author-email: cp2004.github@gmail.com
Project-URL: Bug Tracker, https://github.com/cp2004/Octo-OneDrive/issues
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: develop
License-File: LICENSE.md

# OctoPrint OneDrive Communication Module

This is used in my two plugins - [OctoPrint OneDrive Backup](https://github.com/cp2004/OctoPrint-OneDrive-Backup) and [OctoPrint OneDrive File Sync](https://github.com/cp2004/OctoPrint-OneDriveFileSync).

It is made for my own purposes to unify the code across the two plugins, making maintenance a bit easier. As such it has no documentation or stable API guarantees and I don't recommend you try and use it for your project.

It is hosted on PyPi and can be installed with pip:

```
pip install octo-onedrive
```
