Skip to content

everydo/tusclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tusclient

python client for tus protocol 1.0.0 of the tus resumable upload standard.

install

pip install tusclient

arguments

fpath
str, required, path of upload file
upload_url
str, required, url for the resumable upload service
tmp_dir
str, optional, directory to store temporary files, default /tmp/upload
upload_metadata
dict, optional, Tus Upload-Metadata, default None

example

from tusclient import TusClient

tus = TusClient(fpath='upload_file.dat', upload_url='http://localhost/upload_resumable')
tus.run()

About

python client for tus protocol 1.0.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages