青龙面板api SDK (修复port参数bug)
Project description
qinglong-openapi
青龙api的python SDK (修复版本)
这是 qinglongapi 的修复版本,主要修复了port参数被错误写成post的bug。
修复内容
- ✅ 修复了所有模块中port参数被错误写成post的问题
- ✅ 版本:0.0.1
- ✅ 保持与原项目完全兼容
安装
pip install qinglong-openapi
原始项目
原始项目地址:https://github.com/yuxian158/qinglong-api
文档
具体文档
https://yuxian158.github.io/qinglong-api/
所有模块使用方法大同小异,以环境变量模块为例:
from qlapi import qlenv
ql_env = qlenv(
url="12.22.43.23", #青龙面板IP地址(不包含http://)
port=5700, #青龙面板端口
client_id="admin", # 青龙面板openapi登录用户名
client_secret="abcdefg_", # 青龙面板openapi登录密码
)
ql_env.list()
青龙api文档
很多还没有完善,欢迎pr
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qinglong_openapi-0.0.1.tar.gz.
File metadata
- Download URL: qinglong_openapi-0.0.1.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c905dfaa45fc5f24fbe7a5ef7738065582423aace61b63c914557b7f067b1f8
|
|
| MD5 |
457102c9a011a0caba6c43f6c7c6ef60
|
|
| BLAKE2b-256 |
b2cfa96daf2c56dbe949f84957910e1bcbb3b86bc8ec66e167f641fdbd21a550
|
File details
Details for the file qinglong_openapi-0.0.1-py3-none-any.whl.
File metadata
- Download URL: qinglong_openapi-0.0.1-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1252b8ee9c6d23974ccc4a7c06f3eb9e9cf9e8414c7ae037e89603efc6ab831e
|
|
| MD5 |
b2ae75a88fcc17151837d9a6ec76cfc5
|
|
| BLAKE2b-256 |
f67de9169f9dad7ae2343469f19a32745ffbd5557d01f1a47df18ac695e60112
|