Python 115 WsgiDAV
Project description
Python 115 WsgiDAV.
安装
你可以通过 pypi 安装
pip install -U p115wsgidav
用法
模块
from p115wsgidav import P115FileSystemProvider
P115FileSystemProvider().run_forever()
命令行
$ p115wsgidav -h
usage: p115wsgidav [-h] [-H HOST] [-P PORT] [-cp COOKIES_PATH] [-cl] [-nt] [-o ORIGIN_302] [-wc WSGIDAV_CONFIG_PATH] [-l] [-v]
🕸️ Python 115 WsgiDAV 🕷️
██████╗ ██╗ ██╗███████╗██╗ ██╗███████╗██████╗ ██████╗ █████╗ ██╗ ██╗
██╔══██╗███║███║██╔════╝██║ ██║██╔════╝██╔══██╗██╔══██╗██╔══██╗██║ ██║
██████╔╝╚██║╚██║███████╗██║ █╗ ██║█████╗ ██████╔╝██║ ██║███████║██║ ██║
██╔═══╝ ██║ ██║╚════██║██║███╗██║██╔══╝ ██╔══██╗██║ ██║██╔══██║╚██╗ ██╔╝
██║ ██║ ██║███████║╚███╔███╔╝███████╗██████╔╝██████╔╝██║ ██║ ╚████╔╝
╚═╝ ╚═╝ ╚═╝╚══════╝ ╚══╝╚══╝ ╚══════╝╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═══╝
options:
-h, --help show this help message and exit
-H, --host HOST ip 或 hostname,默认值:'0.0.0.0'
-P, --port PORT 端口号,默认值:8115
-cp, --cookies-path COOKIES_PATH
cookies 文件保存路径,默认为当前工作目录下的 115-cookies.txt
如果你需要直接传入一个 cookies 字符串,需要这样写
.. code:: shell
COOKIES='UID=...; CID=..., SEID=...'
p115dav --cookies-path <(echo "$COOKIES")
-cl, --check-for-relogin
当风控时,自动重新扫码登录
-nt, --no-thumbs 不要为请求图片链接提供缩略图
-o, --origin-302 ORIGIN_302
设置 302 请求转发。如果为空,则由此模块提供;特别的,如果缺省此参数,则视为缓存链接;如果为空字符串 '',则不缓存
-wc, --wsgidav-config-path WSGIDAV_CONFIG_PATH
WsgiDAV 启动时的配置文件路径,支持 JSON、YAML 或 TOML 格式,会根据扩展名确定,不能确定时视为 JSON
如需样板文件,请阅读:
https://wsgidav.readthedocs.io/en/latest/user_guide_configure.html#sample-wsgidav-yaml
-l, --license 输出授权信息
-v, --version 输出版本号
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
p115wsgidav-0.0.1.tar.gz
(19.8 kB
view details)
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 p115wsgidav-0.0.1.tar.gz.
File metadata
- Download URL: p115wsgidav-0.0.1.tar.gz
- Upload date:
- Size: 19.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.5 Darwin/25.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2ebd9835b56ac33ae40381c8a3d2c8dc0f22cfcdb38a1fb95003068573055cf
|
|
| MD5 |
527a8c4f2cfb365c56a9e7f916d4932f
|
|
| BLAKE2b-256 |
2dc799cde005c0974bbf07c21a8e5b4437c6fb678f3c1b8bc93c4bd814a13d19
|
File details
Details for the file p115wsgidav-0.0.1-py3-none-any.whl.
File metadata
- Download URL: p115wsgidav-0.0.1-py3-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.5 Darwin/25.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bedd0f192cad8707acd3bce37033c1839c067aa1e1883bb70af8b27c351b0f76
|
|
| MD5 |
1c22a1596c4ad19868ac6500bed1674a
|
|
| BLAKE2b-256 |
ae62f3a3c06b66103d3b9d80a31019b364ac7d3fd12a370c559c72cbaffe885b
|