115 tiny webdav.
Project description
115 tiny webdav.
安装
你可以通过 pypi 安装
pip install -U p115tinydav
用法
作为模块
from p115tinydav import make_application
from uvicorn import run
run(
make_application(debug=True),
host="0.0.0.0",
port=8000,
proxy_headers=True,
server_header=False,
forwarded_allow_ips="*",
timeout_graceful_shutdown=1,
access_log=False,
)
作为命令
$ p115tinydav -h
usage: p115tinydav [-h] [-c COOKIES] [-cp COOKIES_PATH] [-H HOST] [-P PORT] [-cu] [-d]
[-uc UVICORN_RUN_CONFIG_PATH] [-v] [-l]
╭───────────────────────── Welcome to 115 tiny dav ────────────────────────────╮
│ │
│ maintained by ❤ ChenyangGao https://chenyanggao.github.io │
│ │
│ Github https://github.com/ChenyangGao/p115client/ │
│ │
│ license https://www.gnu.org/licenses/gpl-3.0.txt │
│ │
│ version 0.0.1 │
│ │
╰──────────────────────────────────────────────────────────────────────────────╯
options:
-h, --help show this help message and exit
-c, --cookies COOKIES
cookies 字符串,优先级高于 -cp/--cookies-path
-cp, --cookies-path COOKIES_PATH
cookies 文件保存路径,默认为当前工作目录下的 115-cookies.txt
-H, --host HOST ip 或 hostname,默认值:'0.0.0.0'
-P, --port PORT 端口号,默认值:8000,如果为 0 则自动确定
-cu, --cache-url 缓存下载链接
-d, --debug 启用调试,会输出更详细信息
-uc, --uvicorn-run-config-path UVICORN_RUN_CONFIG_PATH
uvicorn 启动时的配置文件路径,会作为关键字参数传给 `uvicorn.run`,支持 JSON、YAML 或 TOML 格式,会根据扩展名确定,不能确定时视为 JSON
-v, --version 输出版本号
-l, --license 输出授权信息
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
p115tinydav-0.0.1.tar.gz
(19.0 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 p115tinydav-0.0.1.tar.gz.
File metadata
- Download URL: p115tinydav-0.0.1.tar.gz
- Upload date:
- Size: 19.0 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 |
e4809f1a762aa7d34f656892807480392801c5c25487d7f6a24e910e356a3501
|
|
| MD5 |
6576f051af3ef23fc94a38dc6ab252e4
|
|
| BLAKE2b-256 |
5377581c4903a1247ff55a2a1bf690d7952e5b9744593453658bb7d57c5ca87e
|
File details
Details for the file p115tinydav-0.0.1-py3-none-any.whl.
File metadata
- Download URL: p115tinydav-0.0.1-py3-none-any.whl
- Upload date:
- Size: 21.3 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 |
106f0c23bbdc64f4045a1a4b5fc4b7b816034e4f0b375dd7225636977282594c
|
|
| MD5 |
527d929be246e468881031a500319aa4
|
|
| BLAKE2b-256 |
f191b2b65eafdbb6017b2aae4d520452648605a2824cd548122a1c4590734cb2
|