AListV3 PythonSDK
Project description
AList3SDK
[!WARNING] 本SDK已发生重大更新,完全不兼容上一个版本(v1.1.4)
AList3SDK 是用于与 AList 服务集成和交互的 Python SDK。它旨在简化开发人员与 AList 服务进行集成和交互的过程。
安装
您可以使用 pip 安装 AList3SDK:
pip install alist3
快速开始
使用 AList3SDK,您可以轻松地与 AList 服务进行交互。以下是一个快速示例,演示如何使用 AList3SDK 查询 AList 服务:
from alist import AList, AListUser
# 初始化 AList3SDK 客户端
user = AListUser("<your-user-name>","<your-password>")
client = AList("<your-server-url>")
# 登录 AList 服务
client.login(user)
response = client.list_dir("/")
# 处理响应
print('AList 服务查询结果:', list(response))
示例代码
有关示例代码,请参阅我们的 文档📄。
API 文档
请参阅我们的 文档📄。
常见问题解答
Q: 如果遇到身份验证问题应该怎么办?
A: 请确保您的 AList地址和账号密码正确,并具有足够的权限。
贡献指南
我们欢迎社区贡献者为改进和完善 AList3SDK 做出贡献。如果发现任何 bug 或有新的功能建议,请提交 issue 或 PR。
版本历史
- 1.0.0 (2024-02-16): 初始版本发布。
- 1.1 (2024-05-10) : 改了一大堆东西
- 1.1.1 (2024-05-20): 修改文档与修复bug
- 1.1.2 (2024-07-04):适配部分admin操作,添加一多线程下载器
- 1.1.3 (2024-07-05): 更新文档,增加用户类加载
- 1.1.4 (2024-08-11): 修复已知问题,优化用户体验
- 1.2.0 (2024-11-04): 修改大量命名风格
- 1.3.0 (2024-11-09): 增加异步支持
- 1.3.1 (2024-11-09): 修复已知问题,优化用户体验
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
alist3-1.3.2.tar.gz
(19.4 kB
view details)
Built Distribution
alist3-1.3.2-py3-none-any.whl
(19.3 kB
view details)
File details
Details for the file alist3-1.3.2.tar.gz
.
File metadata
- Download URL: alist3-1.3.2.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f64e64ab094ba1c33ae198c4b57fc48489fd0bd0c6900e6ea66b51edbb1da7a |
|
MD5 | 21546205ec66dd721008f5c972459591 |
|
BLAKE2b-256 | 6002d09838e885295ede19473427ca7a1db5ed2d98288688db91676a0d6c049a |
File details
Details for the file alist3-1.3.2-py3-none-any.whl
.
File metadata
- Download URL: alist3-1.3.2-py3-none-any.whl
- Upload date:
- Size: 19.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8791ffb6fe7252955d600a70c0857585552544ff6cbc14fc460cb02fe0f3d580 |
|
MD5 | c9b686ea6ba1fcd20f07d30eb89a6cb4 |
|
BLAKE2b-256 | 3f0e12de2afcbb945f70032f2192bee012823c1d94a1eb71d187e7c751e8bf7d |