# OFB Python SDK
The `ofb-python-sdk` provides a Python interface for interacting with Microsoft's OneDrive. It simplifies the process of authenticating, uploading, downloading, and managing files on OneDrive through a simple and intuitive API. This SDK is particularly useful for developers who need to integrate OneDrive functionalities within their Python applications efficiently.
## Features
- Authentication with OAuth2
- Upload files to OneDrive (supports both small and large files)
- Download files from OneDrive
- Create and manage folders
- Delete files and folders
- Handle file conflicts with customizable behavior
- Rich progress bar integration for file uploads
## Installation
Install `ofb-python-sdk` using pip:
```bash
pip install sy-ofb-python-sdk
```
## Usage
See the [EXAMPLE.md](https://github.com/shing-yu/ofb-python-sdk/blob/main/EXAMPLE.md)
## Contributing
Contributions are welcome! Please read the [CONTRIBUTING.md](https://github.com/shing-yu/ofb-python-sdk/blob/main/CONTRIBUTING.md) for guidelines on how to contribute to this project.
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/shing-yu/ofb-python-sdk/blob/main/LICENSE) file for details.
## Support
If you need assistance or encounter any bugs, please open an issue on the project's [GitHub issues page](https://github.com/shing-yu/ofb-python-sdk/issues).
Raw data
{
"_id": null,
"home_page": null,
"name": "sy-ofb-python-sdk",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "one drive, microsoft, sdk, api, cloud, ofb, onedrive for business",
"author": null,
"author_email": "shingyu <xing_yv@outlook.com>",
"download_url": "https://files.pythonhosted.org/packages/e8/6f/6414691faa7683178d5f198fe6d37a7a459a0a8dc71e9d44d156bbf06ba7/sy_ofb_python_sdk-0.2.0.tar.gz",
"platform": null,
"description": "# OFB Python SDK\n\nThe `ofb-python-sdk` provides a Python interface for interacting with Microsoft's OneDrive. It simplifies the process of authenticating, uploading, downloading, and managing files on OneDrive through a simple and intuitive API. This SDK is particularly useful for developers who need to integrate OneDrive functionalities within their Python applications efficiently.\n\n## Features\n\n- Authentication with OAuth2\n- Upload files to OneDrive (supports both small and large files)\n- Download files from OneDrive\n- Create and manage folders\n- Delete files and folders\n- Handle file conflicts with customizable behavior\n- Rich progress bar integration for file uploads\n\n## Installation\n\nInstall `ofb-python-sdk` using pip:\n\n```bash\npip install sy-ofb-python-sdk\n```\n\n## Usage\n\nSee the [EXAMPLE.md](https://github.com/shing-yu/ofb-python-sdk/blob/main/EXAMPLE.md)\n\n## Contributing\n\nContributions are welcome! Please read the [CONTRIBUTING.md](https://github.com/shing-yu/ofb-python-sdk/blob/main/CONTRIBUTING.md) for guidelines on how to contribute to this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/shing-yu/ofb-python-sdk/blob/main/LICENSE) file for details.\n\n## Support\n\nIf you need assistance or encounter any bugs, please open an issue on the project's [GitHub issues page](https://github.com/shing-yu/ofb-python-sdk/issues).\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "A Python interface for interacting with Microsoft's OneDrive.",
"version": "0.2.0",
"project_urls": {
"documentation": "https://github.com/shingyu/ofb-python-sdk",
"homepage": "https://github.com/shingyu/ofb-python-sdk",
"issues": "https://github.com/shingyu/ofb-python-sdk/issues",
"repository": "https://github.com/shingyu/ofb-python-sdk"
},
"split_keywords": [
"one drive",
" microsoft",
" sdk",
" api",
" cloud",
" ofb",
" onedrive for business"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2e1efa2bd7af8068348a83af23c9f9a8f2c7b0002c96d8377a138eabee51ab5e",
"md5": "ebb5eed2059a1efd92346e11c2386882",
"sha256": "d3d66d3af42353c6187f6d90656a2d19a71c16e5ab5db37bcedc7763da5d33d7"
},
"downloads": -1,
"filename": "sy_ofb_python_sdk-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ebb5eed2059a1efd92346e11c2386882",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 6998,
"upload_time": "2024-12-14T17:14:35",
"upload_time_iso_8601": "2024-12-14T17:14:35.247860Z",
"url": "https://files.pythonhosted.org/packages/2e/1e/fa2bd7af8068348a83af23c9f9a8f2c7b0002c96d8377a138eabee51ab5e/sy_ofb_python_sdk-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e86f6414691faa7683178d5f198fe6d37a7a459a0a8dc71e9d44d156bbf06ba7",
"md5": "268029e87c139f78e919e47fa759c123",
"sha256": "0b5834f735bb3fce5b174e3f32723d5d0342cebd231b9773ac1e96df4d5be488"
},
"downloads": -1,
"filename": "sy_ofb_python_sdk-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "268029e87c139f78e919e47fa759c123",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 9886,
"upload_time": "2024-12-14T17:14:37",
"upload_time_iso_8601": "2024-12-14T17:14:37.428884Z",
"url": "https://files.pythonhosted.org/packages/e8/6f/6414691faa7683178d5f198fe6d37a7a459a0a8dc71e9d44d156bbf06ba7/sy_ofb_python_sdk-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-14 17:14:37",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "shingyu",
"github_project": "ofb-python-sdk",
"github_not_found": true,
"lcname": "sy-ofb-python-sdk"
}