文件名称:tuspy:python TUS客户端
文件大小:3KB
文件格式:ZIP
更新时间:2024-05-18 08:23:07
Python
tus 客户端实现 安装 pip install requests pip install pycurl 配置 Modify CREATE_ENDPT = "http://localhost:1080/files/" in config.py 跑步 Usage: tuspy.py [options] Options: -h, --help show this help message and exit -f FILENAME, --file=FILENAME file to upload -u UPLOAD_SPEED, --upload_speed=UPLOAD_SPEED upload speed in bytes per second 例子 wget
【文件预览】:
tuspy-1.0.0
----config.py(46B)
----README.md(803B)
----tuspy.py(3KB)
----.gitignore(308B)