Add your description here
Project description
统一云存储接口
概述
统一云存储接口(Unified Cloud Storage Interface,简称 UCSI)是一个开源工具,旨在为各种云存储服务提供统一的 API。无论您使用的是 Google Drive、Dropbox、OneDrive 还是其他任何云存储服务,UCSI 都能抽象掉不同 API 的复杂性,使开发者能够通过一个一致的接口与多个云存储服务进行交互。
功能特点
- 统一 API:通过一个 API 与多个云存储服务进行交互。
- 可扩展性:通过实现提供的接口,轻松添加对新云存储服务的支持。
- 文件管理:在不同的云存储服务之间上传、下载、删除和列出文件。
- 权限管理:统一管理不同云存储服务的权限和访问控制。
- 跨平台支持:支持多种编程语言和平台,方便集成到现有项目中。
安装
使用 pip 安装
pip install fundrive
从源码安装
python install git+https://github.com/farfarfun/fundrive.git
快速开始
以下是一个简单的示例,展示如何使用。
from fundrive import LanZouDrive, AlipanDrive, GiteeDrive, GithubDrive, OSSDrive
drive = LanZouDrive()
drive = AlipanDrive()
drive = GiteeDrive()
drive = GithubDrive()
drive = OSSDrive()
drive.login('***每个网盘需要的东西不一样***')
# 上传
drive.upload_file(local_path="./download", fid=888666)
# 下载文件
drive.download_file(fid=888666, local_dir='./download')
# 下载文件夹
drive.download_dir(fid=888666, local_dir="./download")
# 获取目录下的所有目录
drive.get_dir_list(fid=888666)
# 获取目录下的所有文件
drive.get_file_list(fid=888666)
# 删除某个文件
drive.delete(fid=888666)
# 某个文件是否存在
drive.exist(path='upload/README.md')
支持的云存储服务
| 序号 | 网盘 | 支持内容 |对应的包| | :--: | :--------------- | :------------- |fundrive-lanzou| | 1 | 蓝奏云 | 上传/下载/删除 |fundrive[oss]| | 2 | OSS | 上传/下载/删除 |fundrive| | 3 | github | 上传/下载/删除 |fundrive| | 4 | gitee | 上传/下载/删除 |fundrive| | 5 | 百度网盘 | 上传/下载/删除 |fundrive[alipan]| | 6 | 阿里云盘 | TODO | | 7 | Google Drive | TODO | | 8 | Dropbox | TODO | | 9 | OneDrive | TODO | | 10 | Amazon S3 | TODO |
- 更多服务即将推出...
贡献
我们欢迎任何形式的贡献!如果您想为 UCSI 做出贡献,请遵循以下步骤:
- Fork 项目仓库。
- 创建一个新的分支 (
git checkout -b feature/your-feature-name
)。 - 提交您的更改 (
git commit -am 'Add some feature'
)。 - 推送到分支 (
git push origin feature/your-feature-name
)。 - 创建一个新的 Pull Request。
许可证
本项目采用 MIT 许可证。有关更多信息,请参阅 LICENSE 文件。
联系我们
如果您有任何问题或建议,请通过 issues 或 email 联系我们。
感谢您使用统一云存储接口!我们希望这个工具能够简化您的云存储集成工作。
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fundrive-1.2.34.tar.gz
.
File metadata
- Download URL: fundrive-1.2.34.tar.gz
- Upload date:
- Size: 29.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fe1b0db3b3f5e59163b6e0c9314cb39b11c4f5b6bb4293a8d2b74a64b0f67ea |
|
MD5 | 9dd18a320d4cf05759a479fa4dfc83ac |
|
BLAKE2b-256 | 2fae5e48e8930c80388916d82fc73c2ecda1f297ad11fa3bebc7ab018cb493bc |
File details
Details for the file fundrive-1.2.34-py3-none-any.whl
.
File metadata
- Download URL: fundrive-1.2.34-py3-none-any.whl
- Upload date:
- Size: 35.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9772bc65bdf589d8d9d565bcff36c6e57d349b86434d8a5a516db77ff6a9fe0e |
|
MD5 | 561db04d410e8485fe07c12ef93795a9 |
|
BLAKE2b-256 | d3764607af1c0253be029e7294a15aaf24b35f0e2c9bfcf16d2e4691c3c48985 |